user615457
user615457

Reputation: 847

Monte Carlo Localization example

I want to implement Monte Carlo Localization in a project I'm doing. The first thing I did is I tried to implement it in a virtual robot navigating a 2D world. Right now the program is really slow, doesn't work, and I'm making little progress. So I'm wondering if anyone can point to an example of Monte Carlo Localization I can look at.

Upvotes: 2

Views: 1731

Answers (1)

Eric Perko
Eric Perko

Reputation: 1026

Take a look at the AMCL driver that is part of ROS. That implements the Adaptive Monte Carlo Localization algorithm described in Probabilistic Robotics.

If you have any questions specific to that driver and how it works, the ROS community has a Q&A site at ROS Answers. That would be a good forum for questions specific to that implementation.

Upvotes: 1

Related Questions