Commit 5c8467d 1 parent a83f961 commit 5c8467d Copy full SHA for 5c8467d
File tree 1 file changed +3
-3
lines changed
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:
22
22
23
23
```
24
24
./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
26
26
```
27
27
28
28
## Terminal 3 - launch localization with map
29
29
30
30
```
31
31
docker exec -it osrf_space_nav2_demo bash
32
32
source 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
34
34
```
35
35
36
36
## Terminal 4 - launch Rviz
37
37
38
38
Exec into the same space_nav2 container and launch Rviz2:
39
39
40
40
```
41
- docker exec -it -e DISPLAY=:0 osrf_space_nav2_demo bash
41
+ docker exec -it -e DISPLAY osrf_space_nav2_demo bash
42
42
source /opt/ros/humble/setup.bash
43
43
source install/setup.bash
44
44
ros2 launch nav2_bringup rviz_launch.py
You can’t perform that action at this time.
0 commit comments