The struct for configuring navigation requests.
See also: CAbstractPTGBasedReactive::TNavigationParamsPTG
Definition at line 110 of file CAbstractReactiveNavigationSystem.h.
#include <mrpt/reactivenav/CAbstractReactiveNavigationSystem.h>

Public Member Functions | |
| TNavigationParams () | |
| Ctor with default values. More... | |
| virtual | ~TNavigationParams () |
| virtual std::string | getAsText () const |
| Gets navigation params as a human-readable format. More... | |
| virtual TNavigationParams * | clone () const |
Public Attributes | |
| mrpt::math::TPoint2D | target |
| Coordinates of desired target location. More... | |
| double | targetHeading |
| Target location (heading, in radians). More... | |
| float | targetAllowedDistance |
| Allowed distance to target in order to end the navigation. More... | |
| bool | targetIsRelative |
| (Default=false) Whether the target coordinates are in global coordinates (false) or are relative to the current robot pose (true). More... | |
| mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams::TNavigationParams | ( | ) |
Ctor with default values.
|
inlinevirtual |
Definition at line 119 of file CAbstractReactiveNavigationSystem.h.
|
inlinevirtual |
Reimplemented in mrpt::reactivenav::CAbstractPTGBasedReactive::TNavigationParamsPTG.
Definition at line 121 of file CAbstractReactiveNavigationSystem.h.
|
virtual |
Gets navigation params as a human-readable format.
Reimplemented in mrpt::reactivenav::CAbstractPTGBasedReactive::TNavigationParamsPTG.
| mrpt::math::TPoint2D mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams::target |
Coordinates of desired target location.
Definition at line 112 of file CAbstractReactiveNavigationSystem.h.
| float mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams::targetAllowedDistance |
Allowed distance to target in order to end the navigation.
Definition at line 115 of file CAbstractReactiveNavigationSystem.h.
| double mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams::targetHeading |
Target location (heading, in radians).
Definition at line 113 of file CAbstractReactiveNavigationSystem.h.
| bool mrpt::reactivenav::CAbstractReactiveNavigationSystem::TNavigationParams::targetIsRelative |
(Default=false) Whether the target coordinates are in global coordinates (false) or are relative to the current robot pose (true).
Definition at line 116 of file CAbstractReactiveNavigationSystem.h.
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |