diff --git a/libraries/SITL/SIM_Plane.cpp b/libraries/SITL/SIM_Plane.cpp index b9e1c5b8e7..2d8beb37c2 100644 --- a/libraries/SITL/SIM_Plane.cpp +++ b/libraries/SITL/SIM_Plane.cpp @@ -369,7 +369,8 @@ void Plane::update(const struct sitl_input &input) calculate_forces(input, rot_accel, accel_body); update_dynamics(rot_accel); - + update_external_payload(input); + // update lat/lon/altitude update_position(); time_advance();