geometry
geometry copied to clipboard
fixed bug - quaternion_from_euler changing input in array of 1 dimension
after lots of debugging a code using the "tf_conversions.transformations.quaternion_from_euler" we found out that when passing an argument that is a 1-dimension array , the function changes it by half
small fix to a big nasty problem it created :)