mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: use filtered loop time
This commit is contained in:
parent
620d6ab4b8
commit
36660b2124
@ -113,7 +113,7 @@ void Plane::setup()
|
||||
void Plane::loop()
|
||||
{
|
||||
scheduler.loop();
|
||||
G_Dt = scheduler.last_loop_time;
|
||||
G_Dt = scheduler.get_filtered_loop_time();
|
||||
}
|
||||
|
||||
void Plane::update_soft_armed()
|
||||
|
Loading…
Reference in New Issue
Block a user