Go to the documentation of this file.
9 #ifndef CObservationRange_H
10 #define CObservationRange_H
79 void getDescriptionAsText(std::ostream &o)
const MRPT_OVERRIDE;
std::deque< TMeasurement >::iterator iterator
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
const typedef Scalar * const_iterator
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.
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).
#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:
Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 22:32:58 UTC 2019 | | |