#include <SensorData.h>
Public Member Functions | |
DrivePose (const Identifier &rSensorIdentifier) | |
Public Member Functions inherited from karto::Object | |
Object () | |
Object (const Identifier &rIdentifier) | |
Public Member Functions inherited from karto::Referenced | |
Referenced () | |
Protected Member Functions | |
const Pose2 & | GetOdometricPose () const |
void | SetOdometricPose (const Pose2 &rPose) |
Protected Member Functions inherited from karto::SensorData | |
void | AddCustomItem (CustomItem *pCustomItem) |
const CustomItemList & | GetCustomItems () const |
const Identifier & | GetSensorIdentifier () const |
kt_int32s | GetStateId () const |
kt_int64s | GetTime () const |
kt_int32s | GetUniqueId () const |
kt_bool | HasCustomItem () |
SensorData (const Identifier &rSensorIdentifier) | |
void | SetSensorIdentifier (const Identifier &rSensorIdentifier) |
void | SetStateId (kt_int32s stateId) |
void | SetTime (kt_int64s time) |
void | SetUniqueId (kt_int32u uniqueId) |
Protected Member Functions inherited from karto::Object | |
const Identifier & | GetIdentifier () const |
AbstractParameter * | GetParameter (const String &rParameterName) const |
template<typename T > | |
Parameter< T > * | GetParameter (const String &rParameterName) const |
ParameterList | GetParameters () |
ParameterSet * | GetParameterSet () |
template<typename T > | |
void | SetParameters (const karto::String &rParameterName, const T &rValue) |
Protected Member Functions inherited from karto::Referenced | |
kt_int32s | GetReferenceCount () |
kt_int32s | Reference () const |
kt_int32s | Unreference () const |
kt_int32s | UnreferenceNoDelete () const |
Private Member Functions | |
DrivePose (const DrivePose &) | |
KARTO_RTTI () | |
const DrivePose & | operator= (const DrivePose &) |
Private Attributes | |
Pose2 | m_OdometricPose |
DrivePose representing the pose value of a drive sensor.
Definition at line 289 of file SensorData.h.
|
inline |
Pose of the given drive sensor
rSensorIdentifier | sensor identifier |
Definition at line 298 of file SensorData.h.
|
private |
|
inlineprotected |
public: /** Gets the odometric pose of this scan
Definition at line 318 of file SensorData.h.
|
private |
|
inlineprotected |
Sets the odometric pose of this scan
rPose | new odometric pose |
Definition at line 327 of file SensorData.h.
|
private |
Odometric pose of robot
Definition at line 341 of file SensorData.h.