How to get the pose of a 3D box to be aligned with left bottom nearst corner edges of a box
I have a 3D bounding box defined by 8 vertices (values might vary from positive to negative etc), and I want to get the pose of the center of the box to be aligned with the left (y_max), bottom (z_min), nearest (x_min) corner edges of the bounding box (in the given example here, it should be corner 0, but y axis is flipped):