Skip to content

Commit

Permalink
add skip_smoothing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wiznitzer committed May 15, 2022
1 parent 130a28c commit 2a0169f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msg/MotionPlanRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ JointLimits[] joint_limits
# Otherwise, use the max scaling factors defined for velocity and acceleration
bool use_joint_limits

# If true, smoothing will be skipped when applying a smoothing adapter during
# trajectory processing (if it is defined as a request adapter).
bool skip_smoothing

# 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
Expand Down

0 comments on commit 2a0169f

Please sign in to comment.