diff --git a/docs/source/localization.rst b/docs/source/localization.rst index f52d02e..a04f542 100644 --- a/docs/source/localization.rst +++ b/docs/source/localization.rst @@ -42,6 +42,7 @@ pose in the environment: | +---- 2. Localization with LiDAR odometry -------------------------------------- @@ -51,6 +52,8 @@ Write me! | +---- + 3. Localization with particle filtering ---------------------------------------- To localize with a particle filter (PF) you will need: @@ -71,11 +74,27 @@ To localize with a particle filter (PF) you will need: ================ A complete demonstration has been put together on: https://github.com/MOLAorg/mola_warehouse_pf_tutorial -.. dropdown:: Run tutorial - :open: +.. raw:: html + +
+ +
+ +Key points of this tutorial: + +- The ROS 2 `launch file `_. +- A `custom sm2mm pipeline file `_ to create + a reference point cloud map sparse enough so localizing with a PF is not too slow. +- A `pipeline for mrpt_pointcloud_pipeline `_ + to decimate the input raw 3D scan as input to the PF. + + +.. dropdown:: How to run the tutorial - Clone the tutorial package (which already includes a prebuilt ``.mm``), make sure of having all dependencies, - build and run it: + Clone the tutorial package (which already includes a prebuilt ``.mm``), make sure of having all dependencies, + build and run it: .. code-block:: bash