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
I was trying out the package for multi-agent motion planning using SIPP but noticed the presence of collisions when trying to visualize the ouptut.
I tried test_mapf_prioritized_sipp.py with createVideo=True and got "COLLISION! (agent-agent) (...)" messages.
One of the test cases that caused collisions is: test_mapfSimple1. Prioritized Planning using SIPP doesn't seem to account for collisions with the other obstacles.
The text was updated successfully, but these errors were encountered:
Hello,
I was trying out the package for multi-agent motion planning using SIPP but noticed the presence of collisions when trying to visualize the ouptut.
I tried
test_mapf_prioritized_sipp.py
withcreateVideo=True
and got "COLLISION! (agent-agent) (...)" messages.One of the test cases that caused collisions is:
test_mapfSimple1
. Prioritized Planning using SIPP doesn't seem to account for collisions with the other obstacles.The text was updated successfully, but these errors were encountered: