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.)