From b67b1cd9ccbf89e9d3c27de30203808457fff333 Mon Sep 17 00:00:00 2001 From: "Mohammed A. Shalaby" Date: Sun, 10 Nov 2024 19:23:28 -0500 Subject: [PATCH] Minor --- docs/examples/ekf/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/ekf/index.md b/docs/examples/ekf/index.md index acff3f9..e58aeff 100644 --- a/docs/examples/ekf/index.md +++ b/docs/examples/ekf/index.md @@ -4,6 +4,8 @@ parent: Examples nav_order: 4 --- +# Extended Kalman Filter (EKF) Examples - Overview + The following examples demonstrate the usage of the MILUV dataset with the Extended Kalman Filter (EKF) for state estimation. We show EKF examples that use IMU for state propagation and UWB for state correction in single- and multi-robot scenarios. We also show EKF examples that use Visual-Inertial Navigation System (VINS) output for state propagation in a loosely-coupled manner, alongside UWB for state correction in single- and multi-robot scenarios. The goal of these examples is to demonstrate how to use the MILUV dataset, and to provide a starting point for users to develop their own localization algorithms. The focus is not on the EKF implementation itself, and as such we split the examples into two parts: a main script for every example that loads the data and runs the EKF, and a corresponding utility script that contains the EKF model and other utilities. The files are organized as follows: