mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 23:55:24 +08:00
Roboclaw: Updated yaml file to support Roboclaw Driver in QGC
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user