stdr-simulator-ros-pkg / stdr_simulator

A simple, flexible and scalable 2D multi-robot simulator.
http://stdr-simulator-ros-pkg.github.io/
GNU General Public License v3.0
96 stars 66 forks source link

Dynamic map, with other robots as obstacles #153

Open czalidis opened 10 years ago

czalidis commented 10 years ago

Each robot should receive a map with other robots marked as obstacles. This would not affect current ray-casting methods used in sensors. This feature should be optional and should be possible for the user to choose whether a robot is visible by other robots as an obstacle.

This could be easily implemented using pluginlib and nodelet packages. We should consider moving all our internal communications (topics, actions, services) to another ros master.

rvipin17 commented 5 years ago

Robots are not detecting other robots as an obstacle. How would I tackle this problem? Any help would be highly appreciable.