wlamers
Automotive
- May 29, 2009
- 4
Dear forum members,
ISO8855 defines both the static toe angle and the camber angle as a rotation around one of the axis's of the vehicle coordinate system.
I would like to define a rotation matrix in which both angles are correctly assigned. So my starting point is having two scalar angle values, one for the toe angle and one for the camber.
The toe angle is defined as the angle between the wheel plane and the X_v axis about the Z_v axis. And the camber angle (epsilon_v) as the angle between the wheel plane and the Z_v axis about the X_v axis. The denominator 'v' stands for the vehicle axis system.
The problem is when you use a rotation matrix formulation that the second (and third) rotation is defined as a rotation in the coordinate system that results from the first rotation. And looking at the ISO8855 definition, you need to perform both rotations in the vehicle axes system. Which is not possible with an Euler angles/rotation matrix formulation directly. But I am sure one of you knows a simple solution to make such a formulation.
I am aware that the error you make is relatively small if you just do the second rotation in the second coordinate system (if you make the assumption that the angles are small), but I would to do it exactly.
ISO8855 defines both the static toe angle and the camber angle as a rotation around one of the axis's of the vehicle coordinate system.
I would like to define a rotation matrix in which both angles are correctly assigned. So my starting point is having two scalar angle values, one for the toe angle and one for the camber.
The toe angle is defined as the angle between the wheel plane and the X_v axis about the Z_v axis. And the camber angle (epsilon_v) as the angle between the wheel plane and the Z_v axis about the X_v axis. The denominator 'v' stands for the vehicle axis system.
The problem is when you use a rotation matrix formulation that the second (and third) rotation is defined as a rotation in the coordinate system that results from the first rotation. And looking at the ISO8855 definition, you need to perform both rotations in the vehicle axes system. Which is not possible with an Euler angles/rotation matrix formulation directly. But I am sure one of you knows a simple solution to make such a formulation.
I am aware that the error you make is relatively small if you just do the second rotation in the second coordinate system (if you make the assumption that the angles are small), but I would to do it exactly.