Hi,
I am receiving 6 DOF pose estimates of an object from 3 cameras. I then choose a frame common to all cameras, ie, a world frame, and transform pose estimate from each camera to obtain pose estimate of object in world frame.
The pose estimates of the object in the world frame are - ( x, y , z, roll, pitch, yaw )
I have 3 measurements like this.
What is the way to combine them ? Can I simply take average of the 3 values ? Can I average the roll, pitch and yaw values from each pose estimate ? I've read somewhere that Euler angles are not additive and hence this query ....
Thanks!