|
selfdriving
|
#include <mpp/data/Waypoints.h>
Public Member Functions | |
| WaypointSequence ()=default | |
| void | clear () |
| std::string | getAsText () const |
| void | getAsOpenglVisualization (mrpt::opengl::CSetOfObjects &obj, const WaypointsRenderingParams ¶ms={}) const |
| mrpt::containers::yaml | asYAML () const |
Static Public Member Functions | |
| static WaypointSequence | FromYAML (const mrpt::containers::yaml &d) |
Public Attributes | |
| std::vector< Waypoint > | waypoints |
The struct for requesting navigation requests for a sequence of waypoints. Users can directly fill in the list of waypoints manipulating the public field waypoints.
|
default |
Ctor with default values
| mrpt::containers::yaml mpp::WaypointSequence::asYAML | ( | ) | const |
Save waypoints as YAML
|
inline |
|
static |
Load waypoints from YAML
| void mpp::WaypointSequence::getAsOpenglVisualization | ( | mrpt::opengl::CSetOfObjects & | obj, |
| const WaypointsRenderingParams & | params = {} |
||
| ) | const |
Renders the sequence of waypoints (previous contents of obj are cleared)
| std::string mpp::WaypointSequence::getAsText | ( | ) | const |
Gets navigation params as a human-readable format
| std::vector<Waypoint> mpp::WaypointSequence::waypoints |
1.8.13