Skip to content

Commit

Permalink
Restructure the EKF examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shalabymhd committed Nov 10, 2024
1 parent 2c07075 commit 006dc4e
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 30 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: EKF - $SE(3)$
title: Extended Kalman Filter
parent: Examples
nav_order: 4
---
Expand Down
8 changes: 8 additions & 0 deletions docs/examples/ekf/se23_one_robot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: $SE_2(3)$ IMU - 1 robot
parent: Extended Kalman Filter
usemathjax: true
nav_order: 3
---

![The setup for the one-robot IMU EKF](https://decargroup.github.io/miluv/assets/one_robot.png)
8 changes: 8 additions & 0 deletions docs/examples/ekf/se23_three_robot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: $SE_2(3)$ IMU - 3 robots
parent: Extended Kalman Filter
usemathjax: true
nav_order: 4
---

![The setup for the three-robot IMU EKF](https://decargroup.github.io/miluv/assets/three_robots.png)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: One robot
parent: EKF - $SE(3)$
title: $SE(3)$ VINS - 1 robot
parent: Extended Kalman Filter
usemathjax: true
nav_order: 1
---
Expand All @@ -9,7 +9,7 @@ nav_order: 1

## Overview

![The setup for the one-robot VINS EKF](https://decargroup.github.io/miluv/assets/vins/one_robot.png)
![The setup for the one-robot VINS EKF](https://decargroup.github.io/miluv/assets/one_robot.png)

This example shows he we can use MILUV to test out an Extended Kalman Filter (EKF) for a single robot using Visual-Inertial Navigation System (VINS) data. In this example, we will use the following data:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Three robots
parent: EKF - $SE(3)$
title: $SE(3)$ VINS - 3 robots
parent: Extended Kalman Filter
usemathjax: true
nav_order: 2
---
Expand All @@ -9,7 +9,7 @@ nav_order: 2

## Overview

![The setup for the three-robot VINS EKF](https://decargroup.github.io/miluv/assets/vins/three_robots.png)
![The setup for the three-robot VINS EKF](https://decargroup.github.io/miluv/assets/three_robots.png)

This example shows he we can use MILUV to test out an Extended Kalman Filter (EKF) for three robots using Visual-Inertial Navigation System (VINS) data. This example builds off the [one-robot VINS EKF example](https://decargroup.github.io/miluv/examples/ekf_se3/one_robot.html) and extends it to three robots. The setup is similar to the one-robot example, but now we have three robots: ifo001, ifo002, and ifo003. We have the same sensors as the one-robot example, but now we have inter-robot UWB range data.

Expand Down
11 changes: 0 additions & 11 deletions docs/examples/ekf_se23/index.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/examples/ekf_se23/one_robot.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/examples/ekf_se23/three_robot.md

This file was deleted.

0 comments on commit 006dc4e

Please sign in to comment.