Skip to content

Commit a80e6f7

Browse files
Fix command_joints override
1 parent fa83a4e commit a80e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ joint_trajectory_controller:
1717
* JTC is used in a controller chain where command and state interfaces don't have same names.
1818
1919
* If the number of command joints is smaller than the degrees-of-freedom. For example to track the state and error of passive joints. ``command_joints`` must then be a subset of ``joints``.",
20-
read_only: true,
20+
read_only: false, # should be set to true after configuration of the controller
2121
validation: {
2222
unique<>: null,
2323
}

0 commit comments

Comments
 (0)