mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Force vtol by default and correct param name
This commit is contained in:
parent
4171e89137
commit
f9037b9ca7
@ -73,7 +73,7 @@ Mission::Mission(Navigator *navigator, const char *name) :
|
||||
_param_dist_1wp(this, "MIS_DIST_1WP", false),
|
||||
_param_altmode(this, "MIS_ALTMODE", false),
|
||||
_param_yawmode(this, "MIS_YAWMODE", false),
|
||||
_param_force_vtol(this, "VT_NAV_FORCE_VTL", false),
|
||||
_param_force_vtol(this, "VT_NAV_FORCE_VT", false),
|
||||
_onboard_mission{},
|
||||
_offboard_mission{},
|
||||
_current_onboard_mission_index(-1),
|
||||
|
||||
@ -319,4 +319,4 @@ PARAM_DEFINE_FLOAT(VT_TRANS_MIN_TM, 2.0f);
|
||||
* @max 1
|
||||
* @group VTOL Attitude Control
|
||||
*/
|
||||
PARAM_DEFINE_INT32(VT_NAV_FORCE_VTL, 0);
|
||||
PARAM_DEFINE_INT32(VT_NAV_FORCE_VT, 1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user