Project Tango: Converting between coordinate systems and merging point clouds
问题 I am trying to convert point clouds sampled and stored in XYZij data (which, according to the document, stores data in camera space) into a world coordinate system so that they can be merged. The frame pair I use for the Tango listener has COORDINATE_FRAME_START_OF_SERVICE as the base frame and COORDINATE_FRAME_DEVICE as the target frame. This is the way I implement the transformation: Retrieve the rotation quaternion from TangoPoseData.getRotationAsFloats() as q_r , and the point position