|
|
#include <armarx/navigation/client/services/IceNavigatorHandle.h>
Inheritance diagram for IceNavigatorHandle: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 | moveToAlternatives (const std::vector< core::TargetAlternative > &targets, core::NavigationFrame navigationFrame) override |
| void | moveToLocation (const std::string &location, const std::optional< std::string > &providerName) override |
| void | moveTowards (const core::Direction &direction, core::NavigationFrame navigationFrame) override |
| 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 |
| ~IceNavigatorHandle () override | |
Public Member Functions inherited from NavigatorInterface | |
| virtual | ~NavigatorInterface ()=default |
Friends | |
| class | IceNavigatorFactory |
Definition at line 20 of file IceNavigatorHandle.h.
|
override |
Definition at line 47 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 222 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtualnoexcept |
Implements NavigatorInterface.
Definition at line 236 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 79 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 62 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 96 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 113 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 134 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 183 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 196 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 168 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 209 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements NavigatorInterface.
Definition at line 151 of file IceNavigatorHandle.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 60 of file IceNavigatorHandle.h.