Algorithms-for-Automated-Driving icon indicating copy to clipboard operation
Algorithms-for-Automated-Driving copied to clipboard

Each chapter of this (mini-)book guides you in programming one important software component for automated driving.

Results 4 Algorithms-for-Automated-Driving issues
Sort by recently updated
recently updated
newest added
trafficstars

This issue tracks progress on the (currently non-existing) chapter on Model Predictive Control. The scope of that chapter is described in the book under [future chapters](https://thomasfermi.github.io/Algorithms-for-Automated-Driving/Appendix/NextChapters.html): > Model Predictive Control...

enhancement
help wanted

The CameraCalibration currently has a [notebook](https://github.com/thomasfermi/Algorithms-for-Automated-Driving/blob/CameraCalibrationDev/code/tests/camera_calibration/calibration.ipynb) for tests, but this is not the form the students should see. * There should be text explaining stuff * We need the google...

help wanted
good first issue
CameraCalibrationChapter

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...

First off, thank you for this incredible work! It's been very insightful for my studies! But, I'm facing a problem when I try to extract the XYZ road coordinates from...