mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Init _mission_throttle
This commit is contained in:
parent
0ce08ed9f8
commit
4b414d96eb
@ -160,7 +160,8 @@ Navigator::Navigator() :
|
||||
_param_cruising_speed_hover(this, "MPC_XY_CRUISE", false),
|
||||
_param_cruising_speed_plane(this, "FW_AIRSPD_TRIM", false),
|
||||
_param_cruising_throttle_plane(this, "FW_THR_CRUISE", false),
|
||||
_mission_cruising_speed(-1.0f)
|
||||
_mission_cruising_speed(-1.0f),
|
||||
_mission_throttle(-1.0f)
|
||||
{
|
||||
/* Create a list of our possible navigation types */
|
||||
_navigation_mode_array[0] = &_mission;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user