No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/carlos-argueta/rse_prob_robotics.git
VCS Type git
VCS Version main
Last Updated 2025-03-12
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • carlos

Authors

No additional authors.

Gaussian Filters

image

This package contains companion code for my articles covering the Gaussian Filters which include the Kalman family of filters and the Information Filter. The articles and code roughly cover the first three chapters of the book (Introduction, Recursive State Estimation, Gaussian Filters) as well as parts of chapter 5 (Robot Motion) and 6 (Robot Perception).

Installation Instructions

To install the necessary dependencies and clone/build the package, follow these steps:

# Install some dependency
sudo apt install python3-pykdl

# Clone and build the package
# Change the ROS 2 workspace accordingly
cd ros2_ws/src
git clone https://github.com/carlos-argueta/rse_prob_robotics.git
cd ..
colcon build --symlink-install

The Kalman Filter

Article:

Recursive State Estimation with Kalman Filters and ROS 2

Run the code:

To run the project, you’ll need to open three terminals. Follow the steps below:

Terminal 1

source ~/ros2_ws/install/setup.bash
ros2 launch rse_gaussian_filters rviz_launch.launch.py

Terminal 2

source ~/ros2_ws/install/setup.bash
ros2 run rse_gaussian_filters kf_estimation

Terminal 3

First, download the ROS 2 bag with all of the data from this link. Make sure to decompress the file before using it.

# Navigate to where you extracted the ROS 2 bag and then run it with:
ros2 bag play linkou-2023-12-27-2-med --clock


Demo Video

The Extended Kalman Filter

Article

Sensor Fusion with the Extended Kalman Filter in ROS 2

Run the code:

To run the project, you’ll need to open three terminals. Follow the steps below:

Terminal 1

source ~/ros2_ws/install/setup.bash
ros2 launch rse_gaussian_filters rviz_launch.launch.py

Terminal 2

Run one of the following commands depending on the version of the Extended Kalman Filter you want to try. There won’t be any output at first, until you play the ROS 2 bag.

source ~/ros2_ws/install/setup.bash

# Run only one of the lines below

# 3D state, basic velocity model
ros2 run rse_gaussian_filters ekf_estimation_3d_v1 

# 3D state, advanced velocity model
ros2 run rse_gaussian_filters ekf_estimation_3d_v2 

# 7D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters ekf_estimation_7d 

# 8D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters ekf_estimation_8d 

Terminal 3

First, download the ROS 2 bag with all of the data from this link. Make sure to decompress the file before using it.

# Navigate to where you extracted the ROS 2 bag and then run it with:
ros2 bag play linkou-2023-12-27-2-med --clock


Demo Video

The Unscented Kalman Filter

Article

The Unreasonable Power of The Unscented Kalman Filter with ROS 2

Run the code:

To run the project, you’ll need to open three terminals. Follow the steps below:

Terminal 1

source ~/ros2_ws/install/setup.bash
ros2 launch rse_gaussian_filters rviz_launch.launch.py

Terminal 2

Run one of the following commands depending on the version of the Unscented Kalman Filter you want to try. There won’t be any output at first, until you play the ROS 2 bag.

source ~/ros2_ws/install/setup.bash

# Run only one of the lines below

# 3D state, basic velocity model
ros2 run rse_gaussian_filters ukf_estimation_3d_v1 

# 3D state, advanced velocity model
ros2 run rse_gaussian_filters ukf_estimation_3d_v2 

# 7D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters ukf_estimation_7d 

# 8D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters ukf_estimation_8d 

Terminal 3

First, download the ROS 2 bag with all of the data from this link. Make sure to decompress the file before using it.

# Navigate to where you extracted the ROS 2 bag and then run it with:
ros2 bag play linkou-2023-12-27-2-med --clock


Demo Video

The Information Filter

Article

The Information Filter: The Dual of the Kalman Filter You Didn’t Know About

Run the code:

To run the project, you’ll need to open three terminals. Follow the steps below:

Terminal 1

source ~/ros2_ws/install/setup.bash
ros2 launch rse_gaussian_filters rviz_launch.launch.py

Terminal 2

Run one of the following commands depending on the version of the Unscented Kalman Filter you want to try. There won’t be any output at first, until you play the ROS 2 bag.

source ~/ros2_ws/install/setup.bash

# Run only one of the lines below

# Linear IF
ros2 run rse_gaussian_filters inf_estimation_3d

# EIF 3D state, basic velocity model
ros2 run rse_gaussian_filters einf_estimation_3d_v1

# 3D state, advanced velocity model
ros2 run rse_gaussian_filters einf_estimation_3d_v2

# 7D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters einf_estimation_7d

# 8D state, acceleration model, sensor fusion
ros2 run rse_gaussian_filters einf_estimation_8d

Terminal 3

First, download the ROS 2 bag with all of the data from this link. Make sure to decompress the file before using it.

# Navigate to where you extracted the ROS 2 bag and then run it with:
ros2 bag play linkou-2023-12-27-2-med --clock


Demo Video

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rse_gaussian_filters at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.