Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Autoware Docker

Assuming the NVIDIA drivers and Docker and nvidia-docker are properly installed.

Docker installation

nvidia-docker installation

How to build

$ cd Autoware/docker

# Ubuntu 14.04 (Indigo)
$ sh build.sh indigo

# Ubuntu 16.04 (Kinetic)
$ sh build.sh kinetic

How to run

$ Default shared directory path is /home/$USER/shared_dir
$ sh run.sh

# If you select your shared directory path
$ sh run.sh {SHARED_DIR_PATH}