#include <RtabmapEvent.h>
Definition at line 201 of file RtabmapEvent.h.
◆ RtabmapGlobalPathEvent() [1/3]
rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent |
( |
| ) |
|
|
inline |
◆ RtabmapGlobalPathEvent() [2/3]
rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent |
( |
int |
goalId, |
|
|
const std::vector< std::pair< int, Transform > > & |
poses, |
|
|
double |
planningTime |
|
) |
| |
|
inline |
◆ RtabmapGlobalPathEvent() [3/3]
rtabmap::RtabmapGlobalPathEvent::RtabmapGlobalPathEvent |
( |
int |
goalId, |
|
|
const std::string & |
goalLabel, |
|
|
const std::vector< std::pair< int, Transform > > & |
poses, |
|
|
double |
planningTime |
|
) |
| |
|
inline |
◆ ~RtabmapGlobalPathEvent()
virtual rtabmap::RtabmapGlobalPathEvent::~RtabmapGlobalPathEvent |
( |
| ) |
|
|
inlinevirtual |
◆ 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 229 of file RtabmapEvent.h.
◆ getGoal()
int rtabmap::RtabmapGlobalPathEvent::getGoal |
( |
| ) |
const |
|
inline |
◆ getGoalLabel()
const std::string& rtabmap::RtabmapGlobalPathEvent::getGoalLabel |
( |
| ) |
const |
|
inline |
◆ getPlanningTime()
double rtabmap::RtabmapGlobalPathEvent::getPlanningTime |
( |
| ) |
const |
|
inline |
◆ getPoses()
const std::vector<std::pair<int, Transform> >& rtabmap::RtabmapGlobalPathEvent::getPoses |
( |
| ) |
const |
|
inline |
◆ _goalLabel
std::string rtabmap::RtabmapGlobalPathEvent::_goalLabel |
|
private |
◆ _planningTime
double rtabmap::RtabmapGlobalPathEvent::_planningTime |
|
private |
◆ _poses
std::vector<std::pair<int, Transform> > rtabmap::RtabmapGlobalPathEvent::_poses |
|
private |
The documentation for this class was generated from the following file: