1 #ifndef AUBO_SCOPE_WAYPOINT_MODEL_H 2 #define AUBO_SCOPE_WAYPOINT_MODEL_H 32 std::vector<WaypointPtr> getWaypoints();
34 WaypointPtr getByName(
const std::string &name);
59 WaypointPtr addWaypoint(
const std::string &suggestedName,
60 const std::vector<double> &pose);
62 WaypointPtr addWaypoint(
const std::string &suggestedName,
63 const std::vector<double> &pose,
64 const std::vector<double> &joint,
65 const std::vector<double> &offset);
75 void removeWaypoint(
const std::string &name);
82 void renameWaypoint(
const std::string &name,
const std::string &newName);
85 friend class DataSwitch;
93 #endif // AUBO_SCOPE_WAYPOINT_MODEL_H ARCS_CLASS_FORWARD(GripForceCapability)
Provides methods that returns Waypoints from the current robot installation.