hikashi / TM-RRT_exploration

Temporal Memory-based RRT Exploration
17 stars 4 forks source link

Some puzzle about avoidance between robots #4

Closed yufengsjtu closed 1 year ago

yufengsjtu commented 1 year ago

Hi,excuse me for a moment.I wonder how this algorithm ensure avoidance bewteen robots,i mean how to ensure that path planning does not collide each other after assigning target points?. Do i need to put this robots away from each other?

hikashi commented 1 year ago

Hi,

This algorithm only concerns the allocation of waypoints based on the current position of the robots rather than doing the path planning. Path planning is done via movebase and collision avoidance is handled via movebase. As for the placement of the robot, the use case scenario would be all robots starting from the identical location as it requires map merging between sub-maps to allocate waypoints.

Hope that answers your question. Thanks.

Regards, Billy