diff --git a/docs/source/building-maps.rst b/docs/source/building-maps.rst index cbd0ea2..a8198a2 100644 --- a/docs/source/building-maps.rst +++ b/docs/source/building-maps.rst @@ -294,16 +294,43 @@ Please, read carefully `its documentation ` +and then visualize them with the GUI app :ref:`icp-log-viewer `. + +.. dropdown:: Debug ICP + + First, re-run MOLA LO enabling the generation of ICP log files (see :ref:`all the available options `): + + .. code-block:: bash + + # Generate ICP log files: + MP2P_ICP_GENERATE_DEBUG_FILES=1 \ + MP2P_ICP_LOG_FILES_DECIMATION=1 \ + mola-lo-gui-rosbag [...] # the rest remains the same + + You should now have a directory ``icp-logs`` with as many files as times ICP invocations. + Then, visualize the logs in the GUI with: + + .. code-block:: bash + + # Open the logs: + icp-log-viewer -d icp-logs/ -l libmola_metric_maps.so + | -6. What's next? +7. What's next? ---------------------------------------- +Once you have a map, here are some next steps: -Write me: - -- georeferencing -- loop closure -- Use for localization +- loop closure (Write me!) +- :ref:`geo-referencing`. +- :ref:`Use for localization `.