mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
13 lines
329 B
YAML
13 lines
329 B
YAML
module_name: UAVCANv1
|
|
actuator_output:
|
|
add_reverse_range_param: true
|
|
output_groups:
|
|
- param_prefix: UCAN1_ESC
|
|
channel_label: 'ESC'
|
|
standard_params:
|
|
min: { min: 0, max: 8191, default: 1 }
|
|
max: { min: 0, max: 8191, default: 8191 }
|
|
failsafe: { min: 0, max: 8191 }
|
|
num_channels: 16
|
|
|