Skip to content

Commit e6cd7ef

Browse files
Merge pull request #2140 from odincodeshen/main
OpenADKit LP#2 docker configuration update
2 parents d5b1a66 + 7b038db commit e6cd7ef

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

content/learning-paths/automotive/openadkit2_safetyisolation/3_container_spliting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ This avoids interruptions in later steps when you run `docker compose up` or `do
8888
Run the following command in your project directory:
8989

9090
```bash
91+
cd docker
92+
93+
export TIMEOUT=120
94+
export CONF_FILE=/home/ubuntu/openadkit_demo.autoware/docker/etc/simulation/config/fail_static_obstacle_avoidance.param.yaml
95+
export COMMON_FILE=/home/ubuntu/openadkit_demo.autoware/docker/etc/simulation/config/common.param.yaml
96+
9197
docker compose -f docker-compose.yml pull
9298
```
9399

content/learning-paths/automotive/openadkit2_safetyisolation/4_multiinstance_executing.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ On the Simulation and Visualization node, execute:
8585
./opad_sim_vis.sh
8686
```
8787

88-
Once both machines are running their respective launch scripts, the Visualizer will generate a web-accessible interface using the machine’s public IP address.
89-
You can open this link in a browser to observe the demo behavior.
88+
89+
Once both machines are running their respective launch scripts, the Visualizer will generate a web-accessible interface on:
90+
91+
http://[Visualizer public IP address]:6080/vnc.html
92+
93+
You can open this link in a browser to observe the demo behavior, which will closely resemble the output from the [previous learning path](http://learn.arm.com/learning-paths/automotive/openadkit1_container/4_run_openadkit/).
9094

9195
![img3 alt-text#center](split_aws_run.gif "Figure 4: Simulation")
9296

0 commit comments

Comments
 (0)