tue-robotics / ed_localization

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 98.3%Language:CMake 1.7%