Skip to content

A fast particle filter implementation and sensor models for localization which always take into account the most recent state of the world.

License

Notifications You must be signed in to change notification settings

tue-robotics/ed_localization

Repository files navigation

ED Localization

CI

A fast particle filter implementation and sensor models for localizing a robot which always take into account the most recent state of the world. This means that if the world representation improves while the robot is running, localization becomes better. The localization module is more efficient and accurate than the well-known AMCL-module and no separate occupancy grid is needed.

Installation

Requirements:

Check out the following packages in your workspace:

cd <your_catkin_workspace>/src
git clone https://github.com/tue-robotics/ed_localization.git

And compile

cd <your_catkin_workspace>:
catkin build

Tutorial

All ED tutorials can be found in the ed_tutorials package: https://github.com/tue-robotics/ed_tutorials.git

About

A fast particle filter implementation and sensor models for localization which always take into account the most recent state of the world.

Resources

License

Stars

Watchers

Forks

Packages

No packages published