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

Connecting maps

asked 2014-07-25 11:20:53 -0500

gerhenz gravatar image

Hello,

I'm using a turtlebot2 and ROS Hydro. I want to use it to map a large area (whole floor of a building) so I would like to know if it's possible to build different maps (one for each room/corridor) and connect all of them afterwards. Searching for similar questions I've find some people recommending the use of mapstitch. I haven't tried it yet, but I'm not sure if it is suitable for my application. In the other topics it has been used to merge maps built by different robots, but of the same environment.

Could someone point me some directions? I'm new to ROS and it would help me save lots of time if I knew which tools are appropriate for my application.

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-07-26 14:57:22 -0500

ahendrix gravatar image

mapstitch looks like a good place to start. I suspect it relies heavily on overlap between the maps it's trying to merge, in order to automatically determine the alignment between maps. If you'd like to use it, you should make sure that the map pieces you make have a significant amount of overlap.

The other alternative here is to simply use an image editor to merge your maps by hand. Map files are just pnm image files, which can be opened and edited in an image editor such as gimp or photoshop.

edit flag offensive delete link more

Comments

Thanks for the tips!

gerhenz gravatar image gerhenz  ( 2014-07-27 11:23:36 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-25 11:20:53 -0500

Seen: 279 times

Last updated: Jul 26 '14