Function moveit_servo::jointDeltaFromJointJog

Function Documentation

JointDeltaResult moveit_servo::jointDeltaFromJointJog(const JointJogCommand &command, const moveit::core::RobotStatePtr &robot_state, const servo::Params &servo_params, const JointNameToMoveGroupIndexMap &joint_name_group_index_map)

Compute the change in joint position for the given joint jog command.

Parameters:
  • command – The joint jog command.

  • robot_state_ – The current robot state as obtained from PlanningSceneMonitor.

  • servo_params – The servo parameters.

  • joint_name_group_index_map – Mapping between joint subgroup name and move group joint vector position.

Returns:

The status and joint position change required (delta).