We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191453a commit bd514fbCopy full SHA for bd514fb
1 file changed
python/opss25/a3/ex3_reserved_planner_3d.py
@@ -26,8 +26,6 @@ def plan(
26
paths: list[list],
27
last_did_error: bool = False,
28
):
29
- #first clear the reservation table
30
- # table.clear()
31
if any(not p for p in paths):
32
#plan for each agent
33
for i in range(len(paths)):
0 commit comments