Skip to content

Testing Kalman filters for Triton Robotics capstone project

Notifications You must be signed in to change notification settings

Li-Kane/kalmanfilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalman Filtering Test Environment

This is an environment for testing Kalman filtering algorithms with ROS2.

You can launch the main simulator with

ros2 launch launch/launch_sim_nodes.py

You can run a simple estimator (that just republishes low-frequency velocities) using:

ros2 run square_robot_sim simple_republisher

Once an estimate of the velocity is published to /predicted at a frequency higher than 1Hz, you can see the error (L2 norm) on the /error topic

It is recommended to use Plotjuggler

Make sure to install the ROS2 version of Plotjuggler

Example Window from Plotjuggler

About

Testing Kalman filters for Triton Robotics capstone project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%