|
#include <armarx/navigation/server/Navigator.h>
Classes | |
struct | Config |
struct | InjectedServices |
Public Member Functions | |
bool | isPaused () const noexcept override |
bool | isStopped () const noexcept override |
void | moveTo (const std::vector< client::WaypointTarget > &targets, core::NavigationFrame navigationFrame) override |
void | moveTo (const std::vector< core::Pose > &waypoints, core::NavigationFrame navigationFrame) override |
void | moveToLocation (const std::string &location) override |
void | moveTowards (const core::Direction &direction, core::NavigationFrame navigationFrame) override |
Navigator (const Config &config, const InjectedServices &services) | |
Navigator (Navigator &&other) noexcept | |
void | pause () override |
void | resume () override |
void | stop () override |
void | update (const std::vector< core::Pose > &waypoints, core::NavigationFrame navigationFrame) override |
~Navigator () override | |
![]() | |
virtual | ~NavigatorInterface ()=default |
Definition at line 63 of file Navigator.h.
Navigator | ( | const Config & | config, |
const InjectedServices & | services | ||
) |
Definition at line 65 of file Navigator.cpp.
Definition at line 1344 of file Navigator.cpp.
|
override |
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 1333 of file Navigator.cpp.
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 1339 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 570 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 148 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 847 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 842 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1285 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1299 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1319 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 179 of file Navigator.cpp.