Skip to content

Commit f756d51

Browse files
committed
ruff
1 parent 1d4725f commit f756d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lamaria/pipeline/optim/residual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def setup_manifolds_and_constraints(
7878
pyceres.SubsetManifold(9, constant_idxs),
7979
)
8080

81-
# IMU sensor is the reference frame, keeping identity transformation constant
81+
# IMU sensor is the reference frame, identity transformation is constant
8282
problem.set_parameter_block_constant(session.imu_from_rig.rotation.quat)
8383
problem.set_parameter_block_constant(session.imu_from_rig.translation)
8484

0 commit comments

Comments
 (0)