We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a750c3 commit bb0f0f6Copy full SHA for bb0f0f6
lamaria/pipeline/optim/residual.py
@@ -78,6 +78,7 @@ def setup_manifolds_and_constraints(
78
pyceres.SubsetManifold(9, constant_idxs),
79
)
80
81
+ # IMU sensor is the reference frame, keeping identity tranformation constant
82
problem.set_parameter_block_constant(session.imu_from_rig.rotation.quat)
83
problem.set_parameter_block_constant(session.imu_from_rig.translation)
84
0 commit comments