mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +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
|
name: RBCLW_SER_CFG
|
||||||
group: Roboclaw
|
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:
|
parameters:
|
||||||
- group: Roboclaw Driver
|
- group: Roboclaw Driver
|
||||||
definitions:
|
definitions:
|
||||||
|
|||||||
Reference in New Issue
Block a user