70         std::ostream& o) 
const override;  
 
mrpt::poses::CPose2D auxEstimatePose
The (X,Y,PHI) pose estimated by the UWB software, for comparison purposes (Added in streamming versio...
 
void getSensorPose(mrpt::poses::CPose3D &out_sensorPose) const override
A general method to retrieve the sensor pose on the robot. 
 
void setSensorPose(const mrpt::poses::CPose3D &newSensorPose) override
A general method to change the sensor pose on the robot. 
 
Declares a class derived from "CObservation" that represents one (or more) range measurements to labe...
 
int32_t beaconID
The ID of the sensed beacon (or INVALID_BEACON_ID if unknown) 
 
float getSensedRangeByBeaconID(int32_t beaconID)
Easy look-up into the vector sensedData, returns the range for a given beacon, or 0 if the beacon is ...
 
CObservationBeaconRanges()
ctor 
 
std::deque< TMeasurement > sensedData
The list of observed ranges. 
 
This namespace contains representation of robot actions and observations. 
 
A class used to store a 3D point. 
 
float stdError
The "sigma" of the sensor, assuming a zero-mean Gaussian noise model. 
 
float minSensorDistance
Info about sensor. 
 
float sensedDistance
The sensed range itself (in meters). 
 
#define INVALID_BEACON_ID
Used for CObservationBeaconRange, CBeacon, etc. 
 
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D). 
 
Declares a class that represents any robot's observation. 
 
mrpt::poses::CPoint3D sensorLocationOnRobot
Position of the sensor on the robot. 
 
void debugPrintOut()
Prints out the contents of the object. 
 
Each one of the measurements. 
 
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
void getDescriptionAsText(std::ostream &o) const override
Build a detailed, multi-line textual description of the observation contents and dump it to the outpu...