Declares a class derived from "CObservation" that represents a set of readings from gas sensors. More...
#include <mrpt/slam/CObservationGasSensors.h>


Classes | |
| struct | TObservationENose |
| The structure for each e-nose. More... | |
Public Member Functions | |
| CObservationGasSensors () | |
| Constructor. | |
| void | getSensorPose (CPose3D &out_sensorPose) const |
| A general method to retrieve the sensor pose on the robot. | |
| void | setSensorPose (const CPose3D &newSensorPose) |
| A general method to change the sensor pose on the robot. | |
Public Attributes | |
| std::vector< TObservationENose > | m_readings |
| One entry per e-nose on the robot. | |
Declares a class derived from "CObservation" that represents a set of readings from gas sensors.
Definition at line 47 of file CObservationGasSensors.h.
| mrpt::slam::CObservationGasSensors::CObservationGasSensors | ( | ) |
Constructor.
| void mrpt::slam::CObservationGasSensors::getSensorPose | ( | CPose3D & | out_sensorPose | ) | const [virtual] |
A general method to retrieve the sensor pose on the robot.
Note that most sensors will return a full (6D) CPose3D, but see the derived classes for more details or special cases.
Implements mrpt::slam::CObservation.
| void mrpt::slam::CObservationGasSensors::setSensorPose | ( | const CPose3D & | newSensorPose | ) | [virtual] |
A general method to change the sensor pose on the robot.
Note that most sensors will use the full (6D) CPose3D, but see the derived classes for more details or special cases.
Implements mrpt::slam::CObservation.
One entry per e-nose on the robot.
Definition at line 98 of file CObservationGasSensors.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |