The struct for configuring navigation requests to CWaypointsNavigator and derived classes.
Definition at line 37 of file CWaypointsNavigator.h.
#include <mrpt/nav/reactive/CWaypointsNavigator.h>
Public Member Functions | |
virtual std::string | getAsText () const MRPT_OVERRIDE |
Gets navigation params as a human-readable format. More... | |
virtual TNavigationParamsBase * | clone () const MRPT_OVERRIDE |
Public Attributes | |
std::vector< mrpt::nav::CAbstractNavigator::TargetInfo > | multiple_targets |
If not empty, this will prevail over the base class single goal target. More... | |
TargetInfo | target |
Navigation target. More... | |
Protected Member Functions | |
virtual bool | isEqual (const CAbstractNavigator::TNavigationParamsBase &o) const MRPT_OVERRIDE |
|
inlinevirtual |
Reimplemented from mrpt::nav::CAbstractNavigator::TNavigationParams.
Reimplemented in mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG.
Definition at line 45 of file CWaypointsNavigator.h.
References MRPT_OVERRIDE.
|
virtual |
Gets navigation params as a human-readable format.
Reimplemented from mrpt::nav::CAbstractNavigator::TNavigationParams.
Reimplemented in mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG.
|
protectedvirtual |
Reimplemented from mrpt::nav::CAbstractNavigator::TNavigationParams.
Reimplemented in mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG.
std::vector<mrpt::nav::CAbstractNavigator::TargetInfo> mrpt::nav::CWaypointsNavigator::TNavigationParamsWaypoints::multiple_targets |
If not empty, this will prevail over the base class single goal target.
Semantic is: any of these targets will be good for heading the robot towards them, but the priority is for the latest ones in the sequence.
Definition at line 42 of file CWaypointsNavigator.h.
|
inherited |
Navigation target.
Definition at line 87 of file CAbstractNavigator.h.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Aug 22 01:03:35 UTC 2017 |