@@ -89,11 +89,9 @@ Run the following command in your project directory:
8989
9090``` bash
9191cd docker
92-
9392export TIMEOUT=120
9493export CONF_FILE=/home/ubuntu/openadkit_demo.autoware/docker/etc/simulation/config/fail_static_obstacle_avoidance.param.yaml
9594export COMMON_FILE=/home/ubuntu/openadkit_demo.autoware/docker/etc/simulation/config/common.param.yaml
96-
9795docker compose -f docker-compose.yml pull
9896```
9997
@@ -315,9 +313,8 @@ export COMMON_FILE=$SCRIPT_DIR/etc/simulation/config/common.param.yaml
315313export NGROK_AUTHTOKEN=""
316314export NGROK_URL=""
317315export TIMEOUT=300
318-
319316# Launch the container
320- docker compose -f docker/docker -compose-2ins.yml run --rm planning-control bash
317+ docker compose -f docker-compose-2ins.yml run --rm planning-control bash
321318` ` `
322319
323320Once inside the container shell, activate the ROS 2 environment and start publishing to the /hello topic :
@@ -336,6 +333,14 @@ This confirms that DDS communication from the planning node is received on the s
336333
337334Same with Publisher side, you need to set the required environment variables and launch the Simulator container.
338335
336+ Navigate to the directory with the Docker Compose file :
337+
338+ ` ` ` bash
339+ cd $HOME/openadkit_demo.autoware/docker
340+ ` ` `
341+
342+ Launch the application :
343+
339344` ` ` bash
340345export SCRIPT_DIR=/home/ubuntu/openadkit_demo.autoware/docker
341346export CONF_FILE=$SCRIPT_DIR/etc/simulation/config/fail_static_obstacle_avoidance.param.yaml
@@ -345,7 +350,7 @@ export NGROK_URL=""
345350export TIMEOUT=300
346351
347352# Launch the container
348- docker compose -f docker/docker -compose-2ins.yml run --rm simulator bash
353+ docker compose -f docker-compose-2ins.yml run --rm simulator bash
349354` ` `
350355
351356Once inside the container shell, activate the ROS 2 environment and start publishing to the /hello topic :
0 commit comments