#include <Karto.h>
Public Member Functions | |
Drive (const std::string &rName) | |
virtual kt_bool | Validate () |
virtual kt_bool | Validate (SensorData *pSensorData) |
virtual | ~Drive () |
Private Member Functions | |
Drive (const Drive &) | |
const Drive & | operator= (const Drive &) |
Sensor that provides pose information relative to world coordinates.
The user can set the offset pose of the drive sensor. If no value is provided by the user the default is no offset, i.e, the sensor is initially at the world origin, oriented along the positive z axis.
karto::Drive::Drive | ( | const std::string & | rName | ) | [inline] |
virtual karto::Drive::~Drive | ( | ) | [inline, virtual] |
karto::Drive::Drive | ( | const Drive & | ) | [private] |
virtual kt_bool karto::Drive::Validate | ( | ) | [inline, virtual] |
virtual kt_bool karto::Drive::Validate | ( | SensorData * | pSensorData | ) | [inline, virtual] |
Validates sensor data
pSensorData | sensor data |
Implements karto::Sensor.