File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2049,7 +2049,7 @@ void EKF2::PublishFusionControl(const hrt_abstime ×tamp)
20492049 }
20502050#endif
20512051
2052- msg.timestamp = _replay_mode ? timestamp : hrt_absolute_time ();
2052+ msg.timestamp = _replay_mode ? timestamp : hrt_absolute_time ();
20532053 _estimator_fc_pub.publish (msg);
20542054}
20552055
Original file line number Diff line number Diff line change @@ -196,11 +196,11 @@ parameters:
196196 EKF2_SENS_EN :
197197 description :
198198 short : Sensor fusion enable bitmask
199- long : ' Bitmask to control which sensor fusion sources are enabled.
199+ long : Bitmask to control which sensor fusion sources are enabled.
200200 Sources whose bit is cleared will be disabled.
201201 Only applied while disarmed. For in-flight changes use the
202202 MAVLink command VEHICLE_CMD_ESTIMATOR_SENSOR_ENABLE or the
203- individual CTRL params (e.g. EKF2_GPS_CTRL, EKF2_BARO_CTRL).'
203+ individual CTRL params (e.g. EKF2_GPS_CTRL, EKF2_BARO_CTRL).
204204 type : bitmask
205205 bit :
206206 0 : GNSS 0
You can’t perform that action at this time.
0 commit comments