Skip to content

Commit 2b75edc

Browse files
committed
Actually change the default value
1 parent 4f6b65f commit 2b75edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_ros/moveit_servo/config/servo_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ servo:
326326

327327
joint_limit_margins: {
328328
type: double_array,
329-
default_value: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1],
329+
default_value: [0.1],
330330
description: "Added as a buffer to joint limits [radians]. If moving quickly, make this larger. Can be of size 1, which applies the margin to all joints, or the same size as the number of degrees of freedom of the active joint group.",
331331
validation: {
332332
lower_element_bounds<>: 0.0

0 commit comments

Comments
 (0)