Go to the documentation of this file.
31 #include <VirtualRobot/VirtualRobot.h>
67 void setTarget(
const Eigen::Vector2f& target_pos,
float target_ori);
77 void addWaypoint(
const Eigen::Vector2f& waypoint_pos,
float waypoint_ori);
98 armarx::PlatformUnitInterfacePrx m_platform_unit;
102 std::vector<Target> m_waypoints;
103 unsigned int m_current_waypoint_index = 0;
104 bool m_waypoint_changed =
false;
Vertex target(const detail::edge_base< Directed, Vertex > &e, const PCG &)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< class Robot > RobotPtr