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

How to make the robot autonomous(Real time SLAM)

asked 2019-08-07 10:42:08 -0500

imanpakii gravatar image

Hello All

One of the biggest problems I have is, when we talk about SLAM it means doing the mapping and localize it in the same time but all the method I can see in ROS so far is not close to SLAM. For example, first with gmapping, we have to make the map and save it and after that, we need to load that map with map server and with amcl localize the robot inside this map.

What I need is to make the robot start exploring the environment and while it's avoiding the obstacles along its way and making the map at the same time.

later on, I like to detect loop closure while I'm making the map.

Is there any package in ROS that I can use to make the robot exploring autonomously and avoid the obstacle and making the map at the same time?

Any help would be appreciated. Thank you Iman

edit retag flag offensive close merge delete

Comments

Yes. Gmapping with frontier exploration. Not sure why you don't think Gmapping is not SLAM. It is exactly SLAM.

billy gravatar image billy  ( 2019-08-07 11:54:54 -0500 )edit

Thanks for your comment, But why we need to save the map and after that use that map in amcl?

imanpakii gravatar image imanpakii  ( 2019-08-07 11:59:06 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-08-07 12:29:56 -0500

duck-development gravatar image

You may try Hector Slam ( http://wiki.ros.org/hector_slam ) there you do not need the amcl. and gmapper is real SLAM you can navigate in the just recorded map, you do it during exploration. you save the map and use amcl because it need les resurces. you also do not distroy the map if there where a localisation error. then you have always the error with lifetime slam that you walls float away.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-08-07 10:42:08 -0500

Seen: 688 times

Last updated: Aug 07 '19