Skip to content

Commit bd514fb

Browse files
clean up
1 parent 191453a commit bd514fb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/opss25/a3/ex3_reserved_planner_3d.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ def plan(
2626
paths: list[list],
2727
last_did_error: bool = False,
2828
):
29-
#first clear the reservation table
30-
# table.clear()
3129
if any(not p for p in paths):
3230
#plan for each agent
3331
for i in range(len(paths)):

0 commit comments

Comments
 (0)