education/spatial-mechanics/spatial-rotations-transformations/ #3
Replies: 2 comments 1 reply
-
|
🚀 PRACTICAL INSIGHT 3D rotations are not just math details, they shape how real systems behave. Design tip: choose your rotation representation early. Euler angles are intuitive, but rotation matrices and quaternions are often safer for simulation, control, and interpolation. |
Beta Was this translation helpful? Give feedback.
-
|
Regarding the solution for the 3-DOF Robot Manipulator problem, I noticed that the composite rotation matrix was calculated using pre-multiplication. Since the problem specifies that the second and third rotations occur about the 'resulting Y-axis' and 'resulting X-axis' (mobile frame), shouldn't we use post-multiplication R_Total = R_z. R_y. R_x ? Pre-multiplication is usually reserved for rotations relative to the fixed base frame. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
education/spatial-mechanics/spatial-rotations-transformations/
https://siliconwit.com/education/spatial-mechanics/spatial-rotations-transformations/
Beta Was this translation helpful? Give feedback.
All reactions