|
|
#include <armarx/navigation/server/Navigator.h>
Inheritance diagram for Navigator: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 | setVelocityFactor (float velocityFactor) override |
| void | stop () override |
| void | update (const std::vector< core::Pose > &waypoints, core::NavigationFrame navigationFrame) override |
| ~Navigator () override | |
Public Member Functions inherited from NavigatorInterface | |
| 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 1364 of file Navigator.cpp.
|
override |
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 1353 of file Navigator.cpp.
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 1359 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 570 of file Navigator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 148 of file Navigator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 847 of file Navigator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 842 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1305 of file Navigator.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1319 of file Navigator.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1294 of file Navigator.cpp.
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 1339 of file Navigator.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 179 of file Navigator.cpp.
Here is the call graph for this function: