mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 11:40:35 +08:00
Speed reset when switching flight modes (#21414)
* speed reset between flight modes * no whitespace
This commit is contained in:
@@ -289,7 +289,7 @@ void RTL::on_activation()
|
||||
}
|
||||
|
||||
// reset cruising speed and throttle to default for RTL
|
||||
_navigator->set_cruising_speed();
|
||||
_navigator->reset_cruising_speed();
|
||||
_navigator->set_cruising_throttle();
|
||||
|
||||
set_rtl_item();
|
||||
|
||||
Reference in New Issue
Block a user