This repository contains a containerized version of the SERI Autonomous Vehicle demo showcased at the 2023 NIST Autonomous Vehicle Workshop.
This repository is intended to run on a linux system that has an NVIDIA GPU, Docker Engine, and NVIDIA Container Toolkit installed.
- Build the docker image:
./build_av_image.sh - Start the container:
./run_container.sh - Run the install script inside the container:
./install.sh - Inside the container re-source your bash profile:
source ~/.bashrc - Use the
seri_democommand to activate demo related macros. - Run the demo component macro (e.g.
1-carla_start) - Repeat 5 and 6 for each demo macro (in a new window)
Currently, carla-town-4.zip, an autoware map used in this demo, is not included in the repository.
Any part of the install script or demo that refers to this file will not run properly. This file will need to be acquired and added to your docker container manually.