Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

We discussed different angle set conventions in class. One common convention is the set of X-Y-Z Euler Angles. With this convention, the B frame is first rotated about  by angle , then rotated about  by angle , and then finally rotated about  by angle . This angle set has the following form.


Using the examples from class as a primer, and using the atan2 function, please derive the formulas necessary to extract the values of angles , , and f rom the above rotation matrix. For simplicity, you may assume that no angles equal either 0° or 90°. Please express your answers in terms of elements of the rotation matrix (r11, r23, etc.) and clearly state any assumptions that you make.



Solution (You should only be able to see the solution below if you are an instructor with permissions. Otherwise, the solution may appear as an error or null. If you need permissions to see the solutions, please request access.)


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'S7.1 Extracting Euler angles from a rotation matrix'.

  • No labels