diff --git a/libraries/SITL/SIM_Aircraft.cpp b/libraries/SITL/SIM_Aircraft.cpp index f320c8d852..5579e1d499 100644 --- a/libraries/SITL/SIM_Aircraft.cpp +++ b/libraries/SITL/SIM_Aircraft.cpp @@ -75,6 +75,9 @@ Aircraft::Aircraft(const char *home_str, const char *frame_str) : free(s); set_speedup(1); + + last_wall_time_us = get_wall_time_us(); + frame_counter = 0; } /*