Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes | Protected Member Functions
mrpt::nav::CWaypointsNavigator::TNavigationParamsWaypoints Struct Reference

Detailed Description

The struct for configuring navigation requests to CWaypointsNavigator and derived classes.

Definition at line 45 of file CWaypointsNavigator.h.

#include <mrpt/nav/reactive/CWaypointsNavigator.h>

Inheritance diagram for mrpt::nav::CWaypointsNavigator::TNavigationParamsWaypoints:
Inheritance graph

Public Member Functions

virtual std::string getAsText () const override
 Gets navigation params as a human-readable format. More...
 
virtual std::unique_ptr< TNavigationParamsclone () const override
 

Public Attributes

std::vector< mrpt::nav::CAbstractNavigator::TargetInfomultiple_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 override
 

Member Function Documentation

◆ clone()

virtual std::unique_ptr<TNavigationParams> mrpt::nav::CWaypointsNavigator::TNavigationParamsWaypoints::clone ( ) const
inlineoverridevirtual

◆ getAsText()

std::string CWaypointsNavigator::TNavigationParamsWaypoints::getAsText ( ) const
overridevirtual

Gets navigation params as a human-readable format.

Reimplemented from mrpt::nav::CAbstractNavigator::TNavigationParams.

Reimplemented in mrpt::nav::CAbstractPTGBasedReactive::TNavigationParamsPTG.

Definition at line 19 of file CWaypointsNavigator.cpp.

References mrpt::format().

◆ isEqual()

bool CWaypointsNavigator::TNavigationParamsWaypoints::isEqual ( const CAbstractNavigator::TNavigationParamsBase o) const
overrideprotectedvirtual

Member Data Documentation

◆ multiple_targets

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 53 of file CWaypointsNavigator.h.

Referenced by mrpt::nav::CWaypointsNavigator::waypoints_navigationStep().

◆ target

TargetInfo mrpt::nav::CAbstractNavigator::TNavigationParams::target
inherited



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST