You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new costmap layer that combines the costmap of the robots that are participating in the formation
The layer should prevent that the obstacle detection of the global costmap detects the robots and inserts these as obstacles.
Idea:
Take all costmaps and allways choose the lowest cost for the formation costmap. This way only the intersection of the three robot obstacles remains. Then clear the footprint of the formation.
That should be the costmap that can be used and published again
The text was updated successfully, but these errors were encountered:
Create new costmap layer that combines the costmap of the robots that are participating in the formation
The layer should prevent that the obstacle detection of the global costmap detects the robots and inserts these as obstacles.
Idea:
Take all costmaps and allways choose the lowest cost for the formation costmap. This way only the intersection of the three robot obstacles remains. Then clear the footprint of the formation.
That should be the costmap that can be used and published again
The text was updated successfully, but these errors were encountered: