mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 14:10:34 +08:00
Speed reset when switching flight modes (#21414)
* speed reset between flight modes * no whitespace
This commit is contained in:
@@ -63,6 +63,9 @@ Loiter::on_activation()
|
||||
} else {
|
||||
set_loiter_position();
|
||||
}
|
||||
|
||||
// reset cruising speed to default
|
||||
_navigator->reset_cruising_speed();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user