9 orientation1=[0,0,0.9818,0.1899]
10 orientation2=[0,0,0.991,0.1335]
11 rpy1= tf.transformations.euler_from_quaternion(orientation1)
12 rpy2=tf.transformations.euler_from_quaternion(orientation2)
15 dy1=abs(rpy1[2]-rpy2[2])*180/3.1415926
18 orientation1=[0,0,-0.760734,0.64906]
19 orientation2=[0,0,-0.7435,0.668745]
20 rpy1= tf.transformations.euler_from_quaternion(orientation1)
21 rpy2=tf.transformations.euler_from_quaternion(orientation2)
24 dy2=abs(rpy1[2]-rpy2[2])*180/3.1415926
28 print '-----------------------------------'