The struct for requesting navigation requests for a sequence of waypoints.
Used in CWaypointsNavigator::navigateWaypoints(). Users can directly fill in the list of waypoints manipulating the public field waypoints
.
Definition at line 79 of file TWaypoint.h.
#include <mrpt/nav/reactive/TWaypoint.h>
Public Member Functions | |
void | clear () |
TWaypointSequence () | |
Ctor with default values. More... | |
std::string | getAsText () const |
Gets navigation params as a human-readable format. More... | |
void | getAsOpenglVisualization (mrpt::opengl::CSetOfObjects &obj, const mrpt::nav::TWaypointsRenderingParams ¶ms=mrpt::nav::TWaypointsRenderingParams()) const |
Renders the sequence of waypoints (previous contents of obj are cleared) More... | |
void | save (mrpt::utils::CConfigFileBase &c, const std::string &s) const |
Saves waypoints to a config file section. More... | |
void | load (const mrpt::utils::CConfigFileBase &c, const std::string &s) |
Loads waypoints to a config file section. More... | |
Public Attributes | |
std::vector< TWaypoint > | waypoints |
TWaypointSequence::TWaypointSequence | ( | ) |
Ctor with default values.
Definition at line 75 of file TWaypoint.cpp.
|
inline |
Definition at line 83 of file TWaypoint.h.
Referenced by load().
void TWaypointSequence::getAsOpenglVisualization | ( | mrpt::opengl::CSetOfObjects & | obj, |
const mrpt::nav::TWaypointsRenderingParams & | params = mrpt::nav::TWaypointsRenderingParams() |
||
) | const |
Renders the sequence of waypoints (previous contents of obj
are cleared)
Definition at line 150 of file TWaypoint.cpp.
References mrpt::opengl::CDisk::Create(), mrpt::opengl::CArrow::Create(), mrpt::mrpt::format(), mrpt::nav::TWaypoint::INVALID_NUM, and waypoints.
std::string TWaypointSequence::getAsText | ( | ) | const |
Gets navigation params as a human-readable format.
Definition at line 80 of file TWaypoint.cpp.
References mrpt::mrpt::format(), and waypoints.
void TWaypointSequence::load | ( | const mrpt::utils::CConfigFileBase & | c, |
const std::string & | s | ||
) |
Loads waypoints to a config file section.
Definition at line 234 of file TWaypoint.cpp.
References clear(), mrpt::mrpt::format(), mrpt::nav::TWaypoint::INVALID_NUM, and waypoints.
void TWaypointSequence::save | ( | mrpt::utils::CConfigFileBase & | c, |
const std::string & | s | ||
) | const |
Saves waypoints to a config file section.
Definition at line 213 of file TWaypoint.cpp.
References mrpt::mrpt::format(), and waypoints.
std::vector<TWaypoint> mrpt::nav::TWaypointSequence::waypoints |
Definition at line 81 of file TWaypoint.h.
Referenced by getAsOpenglVisualization(), getAsText(), load(), mrpt::nav::CWaypointsNavigator::navigateWaypoints(), and save().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |