From 88b6c12f4a3954241008c92212e9068081846738 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Thu, 11 Jan 2024 19:31:34 +0000 Subject: [PATCH] Remove read_only parameter setting --- tricycle_controller/src/tricycle_controller_parameter.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tricycle_controller/src/tricycle_controller_parameter.yaml b/tricycle_controller/src/tricycle_controller_parameter.yaml index 84163c5b0b..68fc2202c2 100644 --- a/tricycle_controller/src/tricycle_controller_parameter.yaml +++ b/tricycle_controller/src/tricycle_controller_parameter.yaml @@ -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<>: [] @@ -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<>: []