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

How to get the room dimensions from a map build using gmapping?

asked 2020-06-23 11:42:11 -0500

violator gravatar image

I have a map build using gmapping. It contains the PGM image and a yml file. This map is built for the tuttlebot3 house environment. Now, I want to get the size or the dimensions of each room in the house using the map.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-06-23 12:29:44 -0500

nsprague gravatar image

Publish the map using map_server:

rosrun map_server map_server yourmap.yaml

Then use the "Measure" tool in rviz to measure the rooms.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2020-06-23 11:42:11 -0500

Seen: 196 times

Last updated: Jun 23 '20