View Single Post
  #5  
Old 02-15-2007, 10:35 PM
astull astull is offline
Member
 
Join Date: Dec 2005
Posts: 9
non-unique solution

Jerry pointed out that the script doesn't always give a unique solution. For example, both of the following sets of eulers give the same forward_diff and up_diff solution, which is (90, 90).

euler1 [0, 90, 0]
euler2 [0, 0, 0]

and

euler1 [0, 90, 30]
euler2 [0, 0, 0]

Is there a way to address this?
Reply With Quote