1 #ifndef AUBO_SCOPE_WAYPOINT_NODE_H 2 #define AUBO_SCOPE_WAYPOINT_NODE_H 239 double getJointSpeed();
244 double getJointAcceleration();
254 double getToolSpeed();
259 double getToolAcceleration();
264 std::vector<double> getPose();
270 std::vector<double> getJointPositions();
276 std::vector<double> getTcpOffset();
281 VariablePtr getVariable();
292 void setSharedMotionParameters();
307 void setTimeMotionParameters(
unsigned int duration);
327 void setJointMotionParameters(
double joint_speed,
328 double joint_acceleration);
348 void setToolMotionParameters(
double tool_speed,
double tool_acceleration);
360 void setFixedPositionConfig();
379 void setFixedPositionConfig(
const std::vector<double> &pose_including_tcp,
380 const std::vector<double> &qNear);
392 void setVariablePositionConfig();
406 void setVariablePositionConfig(VariablePtr variable);
409 friend class DataSwitch;
416 #endif // AUBO_SCOPE_WAYPOINT_NODE_H ARCS_CLASS_FORWARD(GripForceCapability)
BlendType
The blend parameters type used to determine which type of blend parameters this instance is...
MotionType
The blend parameters type used to determine which type of blend parameters this instance is...
A variable has not been selected.
This variable type pose parameters has been selected.
Shared blend has been selected.
The teaching location has been selected.
ConfigType
The configuration type used to determine which type of configuration this instance is...
Custom offset has been selected.