diff --git a/src/drivers/roboclaw/module.yaml b/src/drivers/roboclaw/module.yaml index e9dc4e9ddb..1eaa38461f 100644 --- a/src/drivers/roboclaw/module.yaml +++ b/src/drivers/roboclaw/module.yaml @@ -5,6 +5,17 @@ serial_config: name: RBCLW_SER_CFG group: Roboclaw +actuator_output: + output_groups: + - param_prefix: ROBOCLAW + channel_label: 'Channel' + standard_params: + disarmed: { min: 128, max: 128, default: 128 } + min: { min: 1, max: 128, default: 1 } + max: { min: 128, max: 256, default: 256 } + failsafe: { min: 0, max: 257 } + num_channels: 2 + parameters: - group: Roboclaw Driver definitions: