Skip to content

Commit

Permalink
add fields to set cartesian end effector speed
Browse files Browse the repository at this point in the history
the fields are used by a method in the move_group_interface to pass
these values to a planning_request_adapter that recomputes the
trajectories time parameterization to reach the given cartesian speed.
  • Loading branch information
2scholz committed Jun 26, 2020
1 parent 82cda0e commit ed4eceb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions msg/MotionPlanRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ float64 allowed_planning_time
float64 max_velocity_scaling_factor
float64 max_acceleration_scaling_factor

# Maximum cartesian speed for the given end effector.
# If max_cartesian_speed <= 0 the trajectory is not modified.
# These fields require the following planning request adapter: default_planner_request_adapters/SetMaxCartesianEndEffectorSpeed
string cartesian_speed_end_effector_link
float64 max_cartesian_speed # m/s

0 comments on commit ed4eceb

Please sign in to comment.