isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.16k stars 2.27k forks source link

Could it support 4dof optimization? #5762

Open forlinchow opened 1 year ago

forlinchow commented 1 year ago

Checklist

My Question

pose_graph_optimization, Can it support 4dof optimization?

v-parmar commented 1 year ago

Yes. 4-DOF pose graph optimization is performed to correct drifts and achieve global consistent. The 4-DOF contains x, y, z, and yaw angle, which is the actual drifted direction in the visual-inertial system.

forlinchow commented 1 year ago

Yes. 4-DOF pose graph optimization is performed to correct drifts and achieve global consistent. The 4-DOF contains x, y, z, and yaw angle, which is the actual drifted direction in the visual-inertial system.

Is there a link to the document? Don't see how to use 4dof here

forlinchow commented 1 year ago

@v-parmar