Why is a preexisting output.yaml required?
snoyes opened this issue · 1 comments
snoyes commented
multi_agent_path_planning/centralized/cbs/cbs.py
Lines 337 to 342 in 9b273bb
This code requires that a valid output yaml file already exists. I think it ought to gracefully handle the case that no such file exists.
atb033 commented
Thanks for the suggestion. I do agree that it should exit gracefully. Would you like to open a PR for this?