atb033/multi_agent_path_planning

Saving to video currently does not work for lack of a canvas

notger opened this issue · 4 comments

See title.

You need to define a canvas before you define the function-animation.
I have some fixed and slightly cleaned up code, so if you invite me to the repo, I can push a PR, if you want.

Way to replicate issue: Try creating video output. You will get an error message that says that an object related to canvas is None and does not have a certain property.

You don't need to be a member of the repo to make a PR.

Can you please make fork the repo and then make a PR from that fork? Please check this out in case you aren't familiar with that work-flow

Thanks, so far never worked with forks. Will do.

Here we go: #11 .

closing as the issue was not reproduced