Announcement

Collapse
No announcement yet.

Direction Cosines to Euler XYZ

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Direction Cosines to Euler XYZ

    Hello,

    I was wondering if anyone could give me the converting equations from
    the direction cosine matrix to Euler X Y'Z'' euler angles? I have a
    set of equations that works but doesn't give a way to account for
    angles that can normaly give singularities.

    What I have is:
    R(x) = atan(DCM(2,3)/DCM(3,3)
    R(y) = asin(-DCM(1,3))
    R(z) = atan(DCM(1,2)/DCM(1,1))

    Thanks,

    --
    Michael Fassbind
    University of Washington
    mikefazz@gmail.com
    http://students.washington.edu/mikefazz

    -----------------------------------------------------------------
    To unsubscribe send SIGNOFF BIOMCH-L to LISTSERV@nic.surfnet.nl
    For information and archives: http://isb.ri.ccf.org/biomch-l
    -----------------------------------------------------------------
Working...
X