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