Skip to content

Triton-Robotics-Training/kfenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages