Go to the documentation of this file.
9 #ifndef CObservationRange_H
10 #define CObservationRange_H
std::deque< TMeasurement >::iterator iterator
void getSensorPose(mrpt::poses::CPose3D &out_sensorPose) const MRPT_OVERRIDE
A general method to retrieve the sensor pose on the robot.
const Scalar * const_iterator
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
std::deque< TMeasurement >::const_iterator const_iterator
float sensedDistance
The measured range, in meters (or a value of 0 if there was no detected echo).
std::deque< TMeasurement > TMeasurementList
TMeasurementList sensedData
All the measurements.
void setSensorPose(const mrpt::poses::CPose3D &newSensorPose) MRPT_OVERRIDE
A general method to change the sensor pose on the robot.
uint16_t sensorID
Some kind of sensor ID which identifies it on the bus (if applicable, 0 otherwise)
float sensorConeApperture
Cone aperture of each ultrasonic beam, in radians.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
CObservationRange()
Default constructor.
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
Lightweight 3D pose (three spatial coordinates, plus three angular coordinates).
const_iterator end() const
float minSensorDistance
The data members.
math::TPose3D sensorPose
The 6D position of the sensor on the robot.
Declares a class derived from "CObservation" that encapsules a single range measurement,...
const_iterator begin() const
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
Declares a class that represents any robot's observation.
#define MRPT_OVERRIDE
C++11 "override" for virtuals:
void getDescriptionAsText(std::ostream &o) const MRPT_OVERRIDE
Build a detailed, multi-line textual description of the observation contents and dump it to the outpu...
Page generated by Doxygen 1.8.20 for MRPT 1.4.0 SVN: at Thu Aug 27 02:40:23 UTC 2020 | | |