mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 01:40:36 +08:00
UAVCAN: Always enable dynamic node ID allocation
This commit is contained in:
committed by
Lorenz Meier
parent
9ff1feb92f
commit
b83363a518
@@ -42,16 +42,15 @@
|
||||
* UAVCAN mode
|
||||
*
|
||||
* 0 - UAVCAN disabled.
|
||||
* 1 - Enabled support for UAVCAN actuators and sensors.
|
||||
* 2 - Enabled support for dynamic node ID allocation and firmware update.
|
||||
* 1 - Basic support for UAVCAN actuators and sensors.
|
||||
* 2 - Full support for dynamic node ID allocation and firmware update.
|
||||
* 3 - Sets the motor control outputs to UAVCAN and enables support for dynamic node ID allocation and firmware update.
|
||||
*
|
||||
* @min 0
|
||||
* @max 3
|
||||
* @value 0 Disabled
|
||||
* @value 1 Enabled
|
||||
* @value 2 Dynamic ID/Update
|
||||
* @value 3 Motors/Update
|
||||
* @value 2 Sensors Enabled
|
||||
* @value 3 Sensors and Motors
|
||||
* @group UAVCAN
|
||||
*/
|
||||
PARAM_DEFINE_INT32(UAVCAN_ENABLE, 0);
|
||||
|
||||
Reference in New Issue
Block a user