8000 GitHub - iki-wgt/ed_localization: A fast particle filter implementation and sensor models for localization which always take into account the most recent state of the world.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

Notifications You must be signed in to change notification settings

iki-wgt/ed_localization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ED Localization Build Status

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_make

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.3%
  • Shell 0.6%
0