Copter: reserve mode number 127 and param group 62 for Skybrush

This commit is contained in:
Tamas Nepusz 2022-08-02 11:15:50 +02:00 committed by Peter Barker
parent ee778dbd3a
commit 5e7622d593
2 changed files with 6 additions and 0 deletions

View File

@ -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
};

View File

@ -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