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

Is there a ROS Package for Merging and Tracking Obstacles from Multiple Robots?

asked 2023-05-23 10:42:15 -0500

burakaksoy gravatar image

I'm currently developing a multi-robot system using ROS, where each robot is equipped with one (or more) 2D laser scanners. I intend to create a node, which I refer to as the "Global Obstacle Tracker". The function of this node is to subscribe to local obstacle data (shape, size, position in 2D space) from each robot and publish a unified global obstacle dataset. The idea is to smartly merge similar or identical obstacles into a single entity to avoid duplications. Additionally, the node should be able to track the obstacles, calculating and reporting their velocities.

My question is: Is there an existing ROS package that performs these functions, or should I proceed with custom development? Any guidance or suggestions for relevant resources would be greatly appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-24 04:52:56 -0500

ljaniec gravatar image

There are some repositories tackling similar challenge of merging the map from different robots:

Get what you can out of these materials, then develop your custom obstacle detection on merged maps or use some of the tools mentioned in these related sources:

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2023-05-23 10:42:15 -0500

Seen: 67 times

Last updated: May 24 '23