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>
mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::TNavigationParamsPTG |
( |
| ) |
|
|
inline |
virtual mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::~TNavigationParamsPTG |
( |
| ) |
|
|
inlinevirtual |
virtual TNavigationParams* mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::clone |
( |
| ) |
const |
|
inlinevirtual |
virtual std::string mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG::getAsText |
( |
| ) |
const |
|
virtual |
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.
float mrpt::nav::CAbstractReactiveNavigationSystem::TNavigationParams::targetAllowedDistance |
|
inherited |
double mrpt::nav::CAbstractReactiveNavigationSystem::TNavigationParams::targetHeading |
|
inherited |
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.