ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Monte Carlo Localization with Ros Hydro

asked 2013-11-17 19:26:41 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

How can i use my custom monte carlo localization code to localize my robot?Because i do not want to use ROS AMCL, i want to try my own localization code.Is there any source which implements monte carlo localization algorithm and uses in in ROS?

And how can i run that code on my robot?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-11-17 19:39:59 -0500

AMCL is a monte carlo localization/particle filter based approach. So even if you do not want to use it, you can still look at the code to get an idea how a ROS interface for your own code could look like.

edit flag offensive delete link more

Comments

Thanks for your quick answer.Where can i find ROS AMCL code?

ali ekber celik gravatar image ali ekber celik  ( 2013-11-17 19:52:35 -0500 )edit

amcl is documented on the wiki at: http://wiki.ros.org/amcl as linked above. Which includes references to the source.

tfoote gravatar image tfoote  ( 2013-11-17 20:02:30 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-11-17 19:26:41 -0500

Seen: 652 times

Last updated: Nov 17 '13