The struct for configuring navigation requests to CAbstractPTGBasedReactive and derived classes.
Definition at line 52 of file CAbstractPTGBasedReactive.h.
#include <mrpt/nav/reactive/CAbstractPTGBasedReactive.h>
§ TNavigationParamsPTG()
mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::TNavigationParamsPTG |
( |
| ) |
|
|
inline |
§ ~TNavigationParamsPTG()
virtual mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::~TNavigationParamsPTG |
( |
| ) |
|
|
inlinevirtual |
§ clone()
virtual TNavigationParams* mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::clone |
( |
| ) |
const |
|
inlinevirtual |
§ getAsText()
virtual std::string mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::getAsText |
( |
| ) |
const |
|
virtual |
§ restrict_PTG_indices
std::vector<size_t> mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::restrict_PTG_indices |
(Default=empty) Optionally, a list of PTG indices can be sent such that the navigator will restrict itself to only employ those PTGs.
Definition at line 56 of file CAbstractPTGBasedReactive.h.
§ target
§ targetAllowedDistance
float mrpt::nav::CAbstractReactiveNavigationSystem::TNavigationParams::targetAllowedDistance |
|
inherited |
§ targetHeading
double mrpt::nav::CAbstractReactiveNavigationSystem::TNavigationParams::targetHeading |
|
inherited |
§ targetIsRelative
bool mrpt::nav::CAbstractReactiveNavigationSystem::TNavigationParams::targetIsRelative |
|
inherited |
(Default=false) Whether the target coordinates are in global coordinates (false) or are relative to the current robot pose (true).
Definition at line 112 of file CAbstractReactiveNavigationSystem.h.