File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This is currently the only version known to be compatible with this tutorial.
1414
1515.. rli :: https://raw.githubusercontent.com/UoMMScRobotics/SFR_Gazebo/refs/heads/main/install_gazebo.sh
1616 :language: bash
17- :lines: 5-15
17+ :lines: 5-18
1818
1919.. danger ::
2020
Original file line number Diff line number Diff line change @@ -316,6 +316,16 @@ Navigation with SLAM
316316
317317 Official documentation: https://docs.nav2.org/tutorials/docs/navigation2_with_slam.html#navigation2-with-slam
318318
319+ In the previous example, we looked into navigating through a completely known map. This is a common problem to solve
320+ in robotics, but definitely not the only issue. Commonly, we have partial or no knowledge of the map through which a
321+ robot has to traverse. This is where SLAM kicks in. It becomes a problem of navigating through an incomplete and
322+ dynamic map.
323+
324+ In this example, they make use of the `slam toolbox <https://github.com/SteveMacenski/slam_toolbox >`_. Going into the
325+ details of SLAM is beyond the scope of this tutorial, but there are some interesting aspects to learn from this example
326+ even with the basic concepts of navigation.
327+
319328.. code-block :: console
320329
321- ros2 launch nav2_bringup tb3_simulation_launch.py slam:=True sigterm_timeout:=120
330+ ros2 launch nav2_bringup tb3_simulation_launch.py slam:=True sigterm_timeout:=120
331+
You can’t perform that action at this time.
0 commit comments