From c92cd658315bd77645c6e072101f2b044fa2d401 Mon Sep 17 00:00:00 2001 From: Shubham Shah <51359628+shubham-shahh@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:53:37 +0530 Subject: [PATCH] Update EKF2.cpp --- src/modules/ekf2/EKF2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ekf2/EKF2.cpp b/src/modules/ekf2/EKF2.cpp index 178f065488..a67290e0c3 100644 --- a/src/modules/ekf2/EKF2.cpp +++ b/src/modules/ekf2/EKF2.cpp @@ -1955,7 +1955,7 @@ Attitude and position estimator using an Extended Kalman Filter. It is used for The documentation can be found on the [ECL/EKF Overview & Tuning](https://docs.px4.io/master/en/advanced_config/tuning_the_ecl_ekf.html) page. -ekf2 can be started in replay mode (`-r`): in this mode it does not access the system time, but only uses the +ekf2 can be started in replay mode (`-r`): in this mode, it does not access the system time, but only uses the timestamps from the sensor topics. )DESCR_STR");