Skip to content

Commit

Permalink
Actually change the default value
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Aug 13, 2024
1 parent 4f6b65f commit 2b75edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/config/servo_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ servo:

joint_limit_margins: {
type: double_array,
default_value: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1],
default_value: [0.1],
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.",
validation: {
lower_element_bounds<>: 0.0
Expand Down

0 comments on commit 2b75edc

Please sign in to comment.