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

Can anybody help me how to implement localization and mapping in ROS?

asked 2015-06-22 00:21:58 -0500

Spartan_007 gravatar image

I am a new user of ROS. Before implementing SLAM on ROS, I want to go with either implementing mapping with known pose or localization with known map. Please help me how to start with.

...... Thank you

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2015-06-22 12:04:59 -0500

First, you got to take a look at ROS navigation, the tutorials are very helpful.

For mapping with known pose, you can use gmapping package to handle that for you. But if you are using your own robot, you need to prepare the driver to bridge the robot hardware to ROS topics like /cmd_vel, /odom, etc.

As for localization with known map, amcl is the package you'll probably use.

BTW, please show what survey you did before instead of asking a vague question and looking forward to a detailed answer.

edit flag offensive delete link more
1

answered 2015-06-22 15:18:33 -0500

duck-development gravatar image

there are 3 diffrent commen typs of Stacks you can use

  1. Hector
  2. Karto
  3. Gmapper + AMCL
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-06-22 00:21:58 -0500

Seen: 393 times

Last updated: Jun 22 '15