Skip to content

Commit

Permalink
Update building-maps.rst
Browse files Browse the repository at this point in the history
Recommend using MOLA_SIMPLEMAP_GENERATE_LAZY_LOAD to prevent RAM exhaustion for large datasets
  • Loading branch information
jlblancoc authored Sep 5, 2024
1 parent 8ccb1ea commit 3cdb23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/building-maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ or from the :ref:`UI controls <mola_lo_gui_common_parts>` in the ``mola_lidar_od
MOLA_LIDAR_TOPIC=/ouster/points \
MOLA_GENERATE_SIMPLEMAP=true \
MOLA_SIMPLEMAP_OUTPUT=myMap.simplemap \
MOLA_SIMPLEMAP_GENERATE_LAZY_LOAD=true \
mola-lo-gui-rosbag2 /path/to/your/dataset.mcap
.. note::
Expand All @@ -99,6 +100,7 @@ or from the :ref:`UI controls <mola_lo_gui_common_parts>` in the ``mola_lidar_od

.. code-block:: bash
MOLA_SIMPLEMAP_GENERATE_LAZY_LOAD=true \
mola-lidar-odometry-cli \
-c $(ros2 pkg prefix mola_lidar_odometry)/share/mola_lidar_odometry/pipelines/lidar3d-default.yaml \
--input-rosbag2 /path/to/your/dataset.mcap \
Expand Down

0 comments on commit 3cdb23b

Please sign in to comment.