RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
Loading...
Searching...
No Matches
rtabmap::RtabmapGlobalPathEvent Class Reference
Inheritance diagram for rtabmap::RtabmapGlobalPathEvent:
Collaboration diagram for rtabmap::RtabmapGlobalPathEvent:

Public Member Functions

 RtabmapGlobalPathEvent (int goalId, const std::vector< std::pair< int, Transform > > &poses, double planningTime)
 
 RtabmapGlobalPathEvent (int goalId, const std::string &goalLabel, const std::vector< std::pair< int, Transform > > &poses, double planningTime)
 
int getGoal () const
 
const std::string & getGoalLabel () const
 
double getPlanningTime () const
 
const std::vector< std::pair< int, Transform > > & getPoses () const
 
virtual std::string getClassName () const
 
- Public Member Functions inherited from UEvent
int getCode () const
 

Additional Inherited Members

- Protected Member Functions inherited from UEvent
 UEvent (int code=0)
 

Detailed Description

Definition at line 212 of file RtabmapEvent.h.

Constructor & Destructor Documentation

◆ RtabmapGlobalPathEvent() [1/3]

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( )
inline

Definition at line 215 of file RtabmapEvent.h.

◆ RtabmapGlobalPathEvent() [2/3]

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( int  goalId,
const std::vector< std::pair< int, Transform > > &  poses,
double  planningTime 
)
inline

Definition at line 218 of file RtabmapEvent.h.

◆ RtabmapGlobalPathEvent() [3/3]

rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent ( int  goalId,
const std::string &  goalLabel,
const std::vector< std::pair< int, Transform > > &  poses,
double  planningTime 
)
inline

Definition at line 225 of file RtabmapEvent.h.

◆ ~RtabmapGlobalPathEvent()

virtual rtabmap::RtabmapGlobalPathEvent::~RtabmapGlobalPathEvent ( )
inlinevirtual

Definition at line 235 of file RtabmapEvent.h.

Member Function Documentation

◆ getGoal()

int rtabmap::RtabmapGlobalPathEvent::getGoal ( ) const
inline

Definition at line 236 of file RtabmapEvent.h.

◆ getGoalLabel()

const std::string & rtabmap::RtabmapGlobalPathEvent::getGoalLabel ( ) const
inline

Definition at line 237 of file RtabmapEvent.h.

◆ getPlanningTime()

double rtabmap::RtabmapGlobalPathEvent::getPlanningTime ( ) const
inline

Definition at line 238 of file RtabmapEvent.h.

◆ getPoses()

const std::vector< std::pair< int, Transform > > & rtabmap::RtabmapGlobalPathEvent::getPoses ( ) const
inline

Definition at line 239 of file RtabmapEvent.h.

◆ getClassName()

virtual std::string rtabmap::RtabmapGlobalPathEvent::getClassName ( ) const
inlinevirtual

This method is used to get the class name of the event. For example, if a class MouseEvent inherits from UEvent, it must return the "MouseEvent" string.

Returns
the class name

Implements UEvent.

Definition at line 240 of file RtabmapEvent.h.


The documentation for this class was generated from the following file: