|
|
Navigator interface for PointGoal navigation (with waypoints) and relative movement. More...
#include <armarx/navigation/core/NavigatorInterface.h>
Inheritance diagram for NavigatorInterface:Public Member Functions | |
| virtual bool | isPaused () const noexcept=0 |
| virtual bool | isStopped () const noexcept=0 |
| virtual void | moveTo (const std::vector< client::WaypointTarget > &targets, core::NavigationFrame navigationFrame)=0 |
| virtual void | moveTo (const std::vector< core::Pose > &waypoints, core::NavigationFrame navigationFrame)=0 |
| virtual void | moveToAlternatives (const std::vector< core::TargetAlternative > &targets, core::NavigationFrame navigationFrame)=0 |
| virtual void | moveToLocation (const std::string &location, const std::optional< std::string > &providerName)=0 |
| virtual void | moveTowards (const core::Direction &direction, core::NavigationFrame navigationFrame)=0 |
| virtual void | pause ()=0 |
| virtual void | resume ()=0 |
| virtual void | setVelocityFactor (float velocityFactor)=0 |
| virtual void | stop ()=0 |
| virtual void | update (const std::vector< core::Pose > &waypoints, core::NavigationFrame navigationFrame)=0 |
| virtual | ~NavigatorInterface ()=default |
Navigator interface for PointGoal navigation (with waypoints) and relative movement.
Definition at line 18 of file NavigatorInterface.h.
|
virtualdefault |
|
pure virtualnoexcept |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtualnoexcept |
Implemented in IceNavigatorHandle, and Navigator.
Here is the call graph for this function:
Here is the caller graph for this function:
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.
|
pure virtual |
Implemented in IceNavigatorHandle, and Navigator.