mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
feat(params): update max values for various parameters (#27002)
This commit is contained in:
@@ -49,7 +49,7 @@ parameters:
|
|||||||
default: 0
|
default: 0
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
min: 0
|
min: 0
|
||||||
max: 2
|
max: 3
|
||||||
VOXL_ESC_SDIR1:
|
VOXL_ESC_SDIR1:
|
||||||
description:
|
description:
|
||||||
short: UART ESC ID 1 Spin Direction Flag
|
short: UART ESC ID 1 Spin Direction Flag
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ parameters:
|
|||||||
default: 0
|
default: 0
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
min: 0
|
min: 0
|
||||||
max: 3
|
max: 5
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ parameters:
|
|||||||
6: Ground Control Station (UART2 outputs NMEA)
|
6: Ground Control Station (UART2 outputs NMEA)
|
||||||
default: 0
|
default: 0
|
||||||
min: 0
|
min: 0
|
||||||
max: 1
|
max: 6
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
GPS_UBX_BAUD2:
|
GPS_UBX_BAUD2:
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ parameters:
|
|||||||
default: 14
|
default: 14
|
||||||
reboot_required: true
|
reboot_required: true
|
||||||
min: 0
|
min: 0
|
||||||
max: 15
|
max: 19
|
||||||
ADSB_MAX_SPEED:
|
ADSB_MAX_SPEED:
|
||||||
description:
|
description:
|
||||||
short: ADSB-Out Vehicle Max Speed
|
short: ADSB-Out Vehicle Max Speed
|
||||||
|
|||||||
@@ -507,7 +507,7 @@ parameters:
|
|||||||
4: Terminate
|
4: Terminate
|
||||||
default: 0
|
default: 0
|
||||||
min: 0
|
min: 0
|
||||||
max: 3
|
max: 4
|
||||||
COM_PARACHUTE:
|
COM_PARACHUTE:
|
||||||
description:
|
description:
|
||||||
short: Require MAVLink parachute system to be present and healthy
|
short: Require MAVLink parachute system to be present and healthy
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ parameters:
|
|||||||
23: VTOL Tailsitter
|
23: VTOL Tailsitter
|
||||||
default: 0
|
default: 0
|
||||||
min: 0
|
min: 0
|
||||||
max: 22
|
max: 23
|
||||||
MAV_USEHILGPS:
|
MAV_USEHILGPS:
|
||||||
description:
|
description:
|
||||||
short: Use/Accept HIL GPS message even if not in HIL mode
|
short: Use/Accept HIL GPS message even if not in HIL mode
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ parameters:
|
|||||||
5: yaw fixed
|
5: yaw fixed
|
||||||
default: 0
|
default: 0
|
||||||
min: 0
|
min: 0
|
||||||
max: 4
|
max: 5
|
||||||
- group: Multicopter Attitude Control
|
- group: Multicopter Attitude Control
|
||||||
definitions:
|
definitions:
|
||||||
MPC_YAWRAUTO_MAX:
|
MPC_YAWRAUTO_MAX:
|
||||||
|
|||||||
Reference in New Issue
Block a user