From e455958c8732100c2d624794a3c72f15f181393b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jun 2018 09:33:08 +1000 Subject: [PATCH] SITL: fixed build with new vicon_position_estimate message extension --- libraries/SITL/SIM_Vicon.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/SITL/SIM_Vicon.cpp b/libraries/SITL/SIM_Vicon.cpp index f359c8cb24..5b09982d0a 100644 --- a/libraries/SITL/SIM_Vicon.cpp +++ b/libraries/SITL/SIM_Vicon.cpp @@ -111,7 +111,8 @@ void Vicon::update_vicon_position_estimate(const Location &loc, position.z, roll, pitch, - yaw); + yaw, + NULL); uint32_t delay_ms = 25 + unsigned(random()) % 300; time_send_us = now_us + delay_ms * 1000UL;