diff --git a/mecanum_drive_controller/src/mecanum_drive_controller.yaml b/mecanum_drive_controller/src/mecanum_drive_controller.yaml index 88627c0f60..896b731953 100644 --- a/mecanum_drive_controller/src/mecanum_drive_controller.yaml +++ b/mecanum_drive_controller/src/mecanum_drive_controller.yaml @@ -101,6 +101,9 @@ mecanum_drive_controller: default_value: 0.0, description: "Wheel's radius.", read_only: false, + validation: { + gt<>: [0.0] + } } sum_of_robot_center_projection_on_X_Y_axis: {