forked from Archive/PX4-Autopilot
uavcan: add configuration parameter to actuator metadata
This commit is contained in:
parent
19b89e1d35
commit
70b1b19902
|
@ -1,6 +1,12 @@
|
|||
|
||||
module_name: UAVCAN
|
||||
actuator_output:
|
||||
show_subgroups_if: 'UAVCAN_ENABLE>=3'
|
||||
config_parameters:
|
||||
- param: 'UAVCAN_ENABLE'
|
||||
label: 'Configure'
|
||||
function: 'enable'
|
||||
- param: 'UAVCAN_BITRATE'
|
||||
label: 'Bitrate'
|
||||
output_groups:
|
||||
- param_prefix: UAVCAN_EC
|
||||
group_label: 'ESCs'
|
||||
|
|
Loading…
Reference in New Issue