Skip to content

Instantly share code, notes, and snippets.

@mitsudome-r
Created December 6, 2024 15:35
Show Gist options
  • Save mitsudome-r/1fc2eafc4620694bfc3ecd9ef406e348 to your computer and use it in GitHub Desktop.
Save mitsudome-r/1fc2eafc4620694bfc3ecd9ef406e348 to your computer and use it in GitHub Desktop.
Automated Script for CES DEMO 2025

Preparation

Please follow the CES Planning Demo Instruction to setup the environment and confirm that the containers work manually.

If you haven't updated the workspace please update it by the following commands

cd openadkit_demo.autoware
git checkout ces2025
git pull

Run the automated script

  1. Running only before scenario
./openadkit_demo.autoware/docker/run-before.sh
  1. Running only after scenario
./openadkit_demo.autoware/docker/run-after.sh
  1. Running both scenarios sequentially
./openadkit_demo.autoware/docker/run.sh

If containers terminate before finishing scenario

Open the respective script (run-after.sh or run-before.sh). Edit the sleep time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment