Skip to content

Commit d8b7a5c

Browse files
author
Murilo Marinho
committed
[navigation] Adding the first video for nav2.
1 parent d9c47ed commit d8b7a5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/navigation/usage.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ is a rather complete example that we can utilize, namely :file:`tb3_simulation_l
3636
3737
ros2 launch nav2_bringup tb3_simulation_launch.py use_sim_time:=True headless:=False sigterm_timeout:=120
3838
39+
This example will create a large number of nodes and open two screens. One of these will be for :program:`Gazebo` and
40+
another for :program:`rviz2`. In this example, there are two actions expected from the user.
41+
42+
#. Set the initial *2D Pose Estimate*. This can be done through :program:`rviz2`, or :program:`ROS2` interfaces.
43+
#. Send one or more *Nav2 Goal* \s.
44+
45+
An example of how to do so is shown in the video below. Please note that although I adjust :program:`Gazebo` to line
46+
up with the :program:`rviz2` view, this is for my convenience. As long as your initial estimate is fairly accurate
47+
the navigation should work fine.
48+
49+
.. raw:: html
50+
51+
<iframe width="560" height="315" src="https://www.youtube.com/embed/eoZ6lu1YWQo?si=vDkECcj_1oQtgHcl" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
52+
3953
Navigation with SLAM
4054
++++++++++++++++++++
4155

0 commit comments

Comments
 (0)