#include <Karto.h>
Public Member Functions | |
DrivePose (const Name &rSensorName) | |
const Pose3 & | GetOdometricPose () const |
void | SetOdometricPose (const Pose3 &rPose) |
virtual | ~DrivePose () |
Public Member Functions inherited from karto::SensorData | |
void | AddCustomData (CustomData *pCustomData) |
const CustomDataVector & | GetCustomData () const |
const Name & | GetSensorName () const |
kt_int32s | GetStateId () const |
kt_double | GetTime () const |
kt_int32s | GetUniqueId () const |
void | SetStateId (kt_int32s stateId) |
void | SetTime (kt_double time) |
void | SetUniqueId (kt_int32u uniqueId) |
virtual | ~SensorData () |
Public Member Functions inherited from karto::Object | |
virtual const char * | GetClassName () const =0 |
const Name & | GetName () const |
virtual kt_objecttype | GetObjectType () const =0 |
AbstractParameter * | GetParameter (const std::string &rName) const |
virtual ParameterManager * | GetParameterManager () |
const ParameterVector & | GetParameters () const |
Object () | |
Object (const Name &rName) | |
template<typename T > | |
void | SetParameter (const std::string &rName, T value) |
virtual | ~Object () |
Private Member Functions | |
DrivePose (const DrivePose &) | |
const DrivePose & | operator= (const DrivePose &) |
Private Attributes | |
Pose3 | m_OdometricPose |
Additional Inherited Members | |
Protected Member Functions inherited from karto::SensorData | |
SensorData (const Name &rSensorName) | |
Protected Member Functions inherited from karto::NonCopyable | |
NonCopyable () | |
virtual | ~NonCopyable () |
|
inline |
|
inlinevirtual |
|
private |
|
inline |
|
inline |
|
private |