117         const int HEIGHT, 
const int WIDTH, 
const unsigned sensor_id);
 float stdError
The "sigma" error of the device in meters, used while inserting the scan in an occupancy grid...
 
~CObservationRGBD360() override
Destructor. 
 
std::string m_rangeImage_external_file
rangeImage is in CImage::getImagesPathBase()+<this_file_name> 
 
Declares a class derived from "CObservation" that encapsules an omnidirectional RGBD measurement from...
 
mrpt::img::TCamera sensorParamss[NUM_SENSORS]
Projection parameters of the 8 RGBD sensor. 
 
mrpt::img::CImage intensityImages[NUM_SENSORS]
If hasIntensityImage=true, a color or gray-level intensity image of the same size than "rangeImage"...
 
void rangeImage_setSize(const int HEIGHT, const int WIDTH, const unsigned sensor_id)
Similar to calling "rangeImage.setSize(H,W)" but this method provides memory pooling to speed-up the ...
 
void getDescriptionAsText(std::ostream &o) const override
Build a detailed, multi-line textual description of the observation contents and dump it to the outpu...
 
mrpt::system::TTimeStamp timestamps[NUM_SENSORS]
 
mrpt::poses::CPose3D sensorPose
The 6D pose of the sensor on the robot. 
 
CObservationRGBD360()
Default constructor. 
 
mrpt::Clock::time_point TTimeStamp
A system independent time type, it holds the the number of 100-nanosecond intervals since January 1...
 
static const unsigned int NUM_SENSORS
 
float maxRange
The maximum range allowed by the device, in meters (e.g. 
 
mrpt::math::CMatrixF rangeImages[NUM_SENSORS]
If hasRangeImage=true, a matrix of floats with the range data as captured by the camera (in meters) ...
 
Structure to hold the parameters of a pinhole camera model. 
 
GLsizei const GLchar ** string
 
void setSensorPose(const mrpt::poses::CPose3D &newSensorPose) override
A general method to change the sensor pose on the robot. 
 
bool hasIntensityImage
true means the field intensityImage contains valid data 
 
This class is a "CSerializable" wrapper for "CMatrixFloat". 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
void getSensorPose(mrpt::poses::CPose3D &out_sensorPose) const override
A general method to retrieve the sensor pose on the robot. 
 
A class used to store a 3D pose (a 3D translation + a rotation in 3D). 
 
Declares a class that represents any robot's observation. 
 
bool m_rangeImage_external_stored
If set to true, m_rangeImage_external_file is valid. 
 
std::string m_points3D_external_file
3D points are in CImage::getImagesPathBase()+<this_file_name> 
 
A class for storing images as grayscale or RGB bitmaps. 
 
bool hasRangeImage
true means the field rangeImage contains valid data 
 
bool m_points3D_external_stored
If set to true, m_points3D_external_file is valid.