Skip to content

Commit

Permalink
Fix parameter name in algo walkthrough (#1690)
Browse files Browse the repository at this point in the history
Fix reference to `POSE_GRAPH.log_residual_histograms`

Signed-off-by: Mitchell Allain <allain.mitch@gmail.com>
  • Loading branch information
mitchallain committed Sep 13, 2022
1 parent 3fef3e6 commit 4af3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/algo_walkthrough.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ The weights and Ceres options can be configured as described in the :ref:`local-
.. note::

One can find useful information about the residuals used in the optimization problem by toggling ``POSE_GRAPH.max_num_final_iterations``
One can find useful information about the residuals used in the optimization problem by toggling ``POSE_GRAPH.log_residual_histograms``

As part of its IMU residual, the optimization problem gives some flexibility to the IMU pose and, by default, Ceres is free to optimize the extrinsic calibration between your IMU and tracking frame.
If you don't trust your IMU pose, the results of Ceres' global optimization can be logged and used to improve your extrinsic calibration.
Expand Down

0 comments on commit 4af3de9

Please sign in to comment.