Skip to content

Commit

Permalink
Roboclaw: Updated yaml file to support Roboclaw Driver in QGC
Browse files Browse the repository at this point in the history
  • Loading branch information
PerFrivik committed Nov 20, 2023
1 parent 6939bfd commit ce8123a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/drivers/roboclaw/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce8123a

Please sign in to comment.