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

Multirobot_map_merge finish map

asked 2020-04-04 04:40:12 -0500

MarosROS gravatar image

Hi, i am working on the robot application using SLAM and I wonder if it is possible with multirobot_map_merge package to somehow programmatically find out the moment when the map is fully explored, because when i use exploration package like explore_lite, robots do not know about each other explored area, so they are searching for areas, that have been already explored.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-02-16 10:36:00 -0500

hunterlineage1 gravatar image

I think you could use some kind of area proportion. If you know the area of the total map which you load into your world, and find the fraction of total_area_discovered / total_map_area, the closer this becomes 1, you could terminate explore_lite. You could also look into finding the rate of change of this fraction to terminate it.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-04 04:40:12 -0500

Seen: 364 times

Last updated: Feb 16 '23