Update
This commit is contained in:
parent
e3f750ec08
commit
2c2c78e822
@ -21,7 +21,7 @@ def tf_lookup(object_name):
|
|||||||
print('@@@@@@@@@@@@@@@@')
|
print('@@@@@@@@@@@@@@@@')
|
||||||
print(rot)
|
print(rot)
|
||||||
print('@@@@@@@@@@@@@@@@')
|
print('@@@@@@@@@@@@@@@@')
|
||||||
object_angles = tf.transformations.matrix_from_quaternion([rot[0] , rot[1], rot[2], rot[3]])
|
object_angles = tf.transformations.quaternion_matrix([rot[0] , rot[1], rot[2], rot[3]])
|
||||||
print('@@@@@@@@@@@@@@@@')
|
print('@@@@@@@@@@@@@@@@')
|
||||||
print(object_angles)
|
print(object_angles)
|
||||||
print('@@@@@@@@@@@@@@@@')
|
print('@@@@@@@@@@@@@@@@')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user