7 #include <armarx/navigation/client/ice/NavigatorInterface.h>
31 void moveTo(
const std::vector<core::Pose>& waypoints,
34 void moveTo(
const std::vector<client::WaypointTarget>& targets,
42 void update(
const std::vector<core::Pose>& waypoints,
45 void pause()
override;
51 bool isPaused()
const noexcept
override;
58 NavigatorInterfacePrx navigator;