Closed Toefinder closed 2 years ago
@hingyeeneedssleep if there's a weird bug, you can try ipdb
Install with pip pip install ipdb
To add a breakpoint in the code: import idpb; ipdb.set_trace()
Fixed as a result of #56. The path planning module is now below 250 lines (compared to the previous whopping 2000 lines).
Make it easier to understand. Perhaps use an automated planning instead of hard coding.