We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4725f commit f756d51Copy full SHA for f756d51
lamaria/pipeline/optim/residual.py
@@ -78,7 +78,7 @@ def setup_manifolds_and_constraints(
78
pyceres.SubsetManifold(9, constant_idxs),
79
)
80
81
- # IMU sensor is the reference frame, keeping identity transformation constant
+ # IMU sensor is the reference frame, identity transformation is 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