File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+
3953Navigation with SLAM
4054++++++++++++++++++++
4155
You can’t perform that action at this time.
0 commit comments