mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 21:20:35 +08:00
Init _mission_throttle
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user