thomasfermi / Algorithms-for-Automated-Driving

Each chapter of this (mini-)book guides you in programming one important software component for automated driving.
https://thomasfermi.github.io/Algorithms-for-Automated-Driving/Introduction/intro.html
Other
383 stars 84 forks source link

Get rid of relative imports #36

Open thomasfermi opened 8 months ago

thomasfermi commented 8 months ago

It would be good engineering practice to get rid of the relative imports. Instead one could have a python package. It's Name could be aad. Students should install this in editable mode (that's what it is called in pip, would need to do the conda equivalent).

With this change you could start scripts from any directory