Skip to content

Commit 7fe1740

Browse files
Michael WiznitzerMichael Wiznitzer
authored andcommitted
add skip_smoothing parameter
1 parent 374cd3b commit 7fe1740

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msg/MotionPlanRequest.msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ JointLimits[] joint_limits
6262
# Otherwise, use the max scaling factors defined for velocity and acceleration
6363
bool use_joint_limits
6464

65+
# If true, smoothing will be skipped when applying a smoothing adapter during
66+
# trajectory processing (if it is defined as a request adapter).
67+
bool skip_smoothing
68+
6569
# Maximum cartesian speed for the given link.
6670
# If max_cartesian_speed <= 0 the trajectory is not modified.
6771
# These fields require the following planning request adapter: default_planner_request_adapters/LimitMaxCartesianLinkSpeed

0 commit comments

Comments
 (0)