Skip to content

Commit 104bbf3

Browse files
authored
Added the correct commands to use the docker
1 parent 3c2a1d6 commit 104bbf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,10 @@ In order to run this simulation you will need nvidia graphical accelation
176176
git clone https://github.com/RobotnikAutomation/summit_xl_sim.git
177177
cd summit_xl_sim
178178
git checkout melodic-devel
179-
docker/simulation-in-container-run.sh
179+
export ROS_BU_PKG="summit_xl_sim_bringup"
180+
export ROS_BU_LAUNCH="summit_xl_complete.launch"
181+
cd docker
182+
docker compose up
180183

181184
```
182185

0 commit comments

Comments
 (0)