Skip to content

A lightweight particle filter library for the ROS context.

License

Notifications You must be signed in to change notification settings

bit-bots/particle_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79a5597 · Jan 20, 2025

History

89 Commits
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 6, 2025
Mar 8, 2019
Mar 14, 2019
Jan 6, 2025

Repository files navigation

particle_filter

A particle filter library for the ROS context.

This library is based on libPF by Stephan Wirth and gaussian_mixture_models by Roberto Capobianco. Code from both projects is inherited in this project. Thanks for allowing us to do so.