MRPT  2.0.2
List of all members | Public Member Functions | Public Attributes
mrpt::nav::TWaypointSequence Struct Reference

Detailed Description

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 96 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 &params=mrpt::nav::TWaypointsRenderingParams()) const
 Renders the sequence of waypoints (previous contents of obj are cleared) More...
 
void save (mrpt::config::CConfigFileBase &c, const std::string &s) const
 Saves waypoints to a config file section. More...
 
void load (const mrpt::config::CConfigFileBase &c, const std::string &s)
 Loads waypoints to a config file section. More...
 

Public Attributes

std::vector< TWaypointwaypoints
 

Constructor & Destructor Documentation

◆ TWaypointSequence()

TWaypointSequence::TWaypointSequence ( )
default

Ctor with default values.

Member Function Documentation

◆ clear()

void mrpt::nav::TWaypointSequence::clear ( )
inline

Definition at line 100 of file TWaypoint.h.

References waypoints.

Referenced by load().

Here is the caller graph for this function:

◆ getAsOpenglVisualization()

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 145 of file TWaypoint.cpp.

References mrpt::opengl::CSetOfObjects::clear(), mrpt::opengl::CArrow::Create(), mrpt::opengl::CDisk::Create(), mrpt::format(), mrpt::opengl::CSetOfObjects::insert(), mrpt::nav::TWaypoint::INVALID_NUM, params, and waypoints.

Here is the call graph for this function:

◆ getAsText()

std::string TWaypointSequence::getAsText ( ) const

Gets navigation params as a human-readable format.

Definition at line 77 of file TWaypoint.cpp.

References mrpt::format(), and waypoints.

Here is the call graph for this function:

◆ load()

void TWaypointSequence::load ( const mrpt::config::CConfigFileBase c,
const std::string &  s 
)

Loads waypoints to a config file section.

Definition at line 252 of file TWaypoint.cpp.

References clear(), mrpt::format(), mrpt::nav::TWaypoint::INVALID_NUM, mrpt::config::CConfigFileBase::read_bool(), mrpt::config::CConfigFileBase::read_double(), mrpt::config::CConfigFileBase::read_int(), mrpt::config::CConfigFileBase::read_string(), and waypoints.

Here is the call graph for this function:

◆ save()

void TWaypointSequence::save ( mrpt::config::CConfigFileBase c,
const std::string &  s 
) const

Saves waypoints to a config file section.

Definition at line 225 of file TWaypoint.cpp.

References mrpt::format(), waypoints, and mrpt::config::CConfigFileBase::write().

Here is the call graph for this function:

Member Data Documentation

◆ waypoints

std::vector<TWaypoint> mrpt::nav::TWaypointSequence::waypoints



Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020