MRPT
2.0.1
|
Definition at line 42 of file CObservationRange.h.
#include <mrpt/obs/CObservationRange.h>
Public Member Functions | |
TMeasurement () | |
Public Attributes | |
uint16_t | sensorID {0} |
Some kind of sensor ID which identifies it on the bus (if applicable, 0 otherwise) More... | |
math::TPose3D | sensorPose |
The 6D position of the sensor on the robot. More... | |
float | sensedDistance {0} |
The measured range, in meters (or a value of 0 if there was no detected echo). More... | |
|
inline |
Definition at line 44 of file CObservationRange.h.
float mrpt::obs::CObservationRange::TMeasurement::sensedDistance {0} |
The measured range, in meters (or a value of 0 if there was no detected echo).
Definition at line 57 of file CObservationRange.h.
Referenced by mrpt::hwdrivers::CBoardSonars::getObservation(), and mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors::getObservation().
uint16_t mrpt::obs::CObservationRange::TMeasurement::sensorID {0} |
Some kind of sensor ID which identifies it on the bus (if applicable, 0 otherwise)
Definition at line 48 of file CObservationRange.h.
Referenced by mrpt::hwdrivers::CBoardSonars::getObservation(), and mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors::getObservation().
math::TPose3D mrpt::obs::CObservationRange::TMeasurement::sensorPose |
The 6D position of the sensor on the robot.
Definition at line 52 of file CObservationRange.h.
Referenced by mrpt::hwdrivers::CBoardSonars::getObservation(), and mrpt::hwdrivers::CPhidgetInterfaceKitProximitySensors::getObservation().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |