File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,23 @@ Start the space_nav2 container and launch the navigation2 nodes:
2222
2323```
2424./run.sh
25- ros2 launch nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
25+ ros2 launch space_nav2_bringup navigation_launch.py use_sim_time:=True params_file:=nav2_params.yaml
2626```
2727
2828## Terminal 3 - launch localization with map
2929
3030```
3131docker exec -it osrf_space_nav2_demo bash
3232source install/setup.bash
33- ros2 launch nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml
33+ ros2 launch space_nav2_bringup localization_launch.py use_sim_time:=True map:=mars_map.yaml params_file:=nav2_params .yaml
3434```
3535
3636## Terminal 4 - launch Rviz
3737
3838Exec into the same space_nav2 container and launch Rviz2:
3939
4040```
41- docker exec -it -e DISPLAY=:0 osrf_space_nav2_demo bash
41+ docker exec -it -e DISPLAY osrf_space_nav2_demo bash
4242source /opt/ros/humble/setup.bash
4343source install/setup.bash
4444ros2 launch nav2_bringup rviz_launch.py
You can’t perform that action at this time.
0 commit comments