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