Skip to content

Commit 2a0169f

Browse files
author
Michael Wiznitzer
committed
add skip_smoothing parameter
1 parent 130a28c commit 2a0169f

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 end effector.
6670
# If max_cartesian_speed <= 0 the trajectory is not modified.
6771
# These fields require the following planning request adapter: default_planner_request_adapters/SetMaxCartesianEndEffectorSpeed

0 commit comments

Comments
 (0)