Autonomous Vehicle 35

Axis-Angle Rotation(Rodrigues Rotation)

Axis-Angle Rotation(Rodrigues Rotation) It is used as a 3d rotation method that can improve the disadvantages of Euler Angle. 3D rotation is more flexible than Euler Angle. : the axis of rotation, orange line- : a point to rotate- 𝜃 : an angle to rotate- : the final point of rotation- : a point of the world space- : the center of a rotating plane" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 - ..

3D Transformations

Transformation matrix Rotation and parallel translation only in 3D Transformations(not like a 2D Transformations).A matrix that rotates points (X, Y, Z) in a 3D space by θ radians based on the X, Y, and Z axes. HTML 삽입미리보기할 수 없는 소스 HTML 삽입미리보기할 수 없는 소스- 3D Transformation matrix(Rigid Transformation)  HTML 삽입미리보기할 수 없는 소스- Convert to homogeneous coordinate system HTML 삽입미리보기할 수 없는 소스 https://dark..