thomasfermi / Algorithms-for-Automated-Driving

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

Home Page:https://thomasfermi.github.io/Algorithms-for-Automated-Driving/Introduction/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on page /LaneDetection/CameraBasics.html

792864625 opened this issue · comments

Hey bro,I think the rotation matrix croped by red rect in this image might be wrong:
【cr -sr 0
sr cr 0
0 0 1

image

It should be like this:
【cr sr 0
-sr cr 0
0 0 1

Duplicate of #33