mirror of https://github.com/ArduPilot/ardupilot
Copter: reserve mode number 127 and param group 62 for Skybrush
This commit is contained in:
parent
ee778dbd3a
commit
5e7622d593
|
@ -1137,6 +1137,9 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
// @User: Standard
|
||||
AP_SUBGROUPINFO(command_model_pilot, "PILOT_Y_", 56, ParametersG2, AC_CommandModel),
|
||||
|
||||
// ID 62 is reserved for the SHOW_... parameters from the Skybrush fork at
|
||||
// https://github.com/skybrush-io/ardupilot
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
|
|
@ -39,6 +39,9 @@ public:
|
|||
AUTOROTATE = 26, // Autonomous autorotation
|
||||
AUTO_RTL = 27, // Auto RTL, this is not a true mode, AUTO will report as this mode if entered to perform a DO_LAND_START Landing sequence
|
||||
TURTLE = 28, // Flip over after crash
|
||||
|
||||
// Mode number 127 reserved for the "drone show mode" in the Skybrush
|
||||
// fork at https://github.com/skybrush-io/ardupilot
|
||||
};
|
||||
|
||||
// constructor
|
||||
|
|
Loading…
Reference in New Issue