Go to the documentation of this file.
31 #include <VirtualRobot/Nodes/RobotNode.h>
62 armarx::PlatformUnitInterfacePrx platform_unit,
66 armarx::PlatformUnitInterfacePrx platform_unit,
74 setTarget(
const Eigen::Vector2f& target_pos,
float target_ori);
89 addWaypoint(
const Eigen::Vector2f& waypoint_pos,
float waypoint_ori);
127 armarx::PlatformUnitInterfacePrx m_platform_unit;
131 std::vector<Target> m_waypoints;
132 unsigned int m_current_waypoint_index = 0;
133 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