mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 17:00:35 +08:00
navigator_main.cpp: don't reset wv enable status (#14901)
* navigator_main.cpp: don't reset wv enable status * fix review
This commit is contained in:
@@ -891,7 +891,7 @@ Navigator::reset_position_setpoint(position_setpoint_s &sp)
|
||||
sp.cruising_throttle = get_cruising_throttle();
|
||||
sp.valid = false;
|
||||
sp.type = position_setpoint_s::SETPOINT_TYPE_IDLE;
|
||||
sp.disable_weather_vane = true;
|
||||
sp.disable_weather_vane = false;
|
||||
}
|
||||
|
||||
float
|
||||
|
||||
Reference in New Issue
Block a user