Skip to content

Commit

Permalink
Remove read_only parameter setting
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 11, 2024
1 parent 6e79213 commit 054e008
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tricycle_controller/src/tricycle_controller_parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ tricycle_controller:
traction_joint_name: {
type: string,
default_value: "",
read_only: true,
description: "Name of the traction joint",
validation: {
not_empty<>: []
Expand All @@ -11,7 +10,6 @@ tricycle_controller:
steering_joint_name: {
type: string,
default_value: "",
read_only: true,
description: "Name of the steering joint",
validation: {
not_empty<>: []
Expand Down

0 comments on commit 054e008

Please sign in to comment.