From 60db613a8fb0b471fefdb3abf773e922228cf35f Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 11 Sep 2015 21:48:50 +0200 Subject: [PATCH] EKF: OS X adjustments --- .../ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp index 5f3634d22b..d89eab5299 100644 --- a/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp +++ b/src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp @@ -155,9 +155,9 @@ AttitudePositionEstimatorEKF::AttitudePositionEstimatorEKF() : _landDetector {}, _armed {}, - _gyro_offsets({}), - _accel_offsets({}), - _mag_offsets({}), + _gyro_offsets{}, + _accel_offsets{}, + _mag_offsets{}, _sensor_combined {},