-
Install dependencies manually
-
Create the
autoware_map
directory for map data later.mkdir ~/autoware_map chmod -R 777 ~/autoware_map
-
Set local host.
echo 'if [ ! -e /tmp/cycloneDDS_configured ]; then sudo ip link set lo multicast on touch /tmp/cycloneDDS_configured fi' >> ~/.bashrc
You can run the Autoware simulation by following this tutorial in a container:
-
Build a Docker image
cd $HOME git clone git@github.com:tier4/autoware-online-document.git autoware cd autoware chmod +x -R docker ./docker/build.sh
-
Use the Docker image
You can use your Docker image built locally by replacing
ghcr.io/tier4/online:humble-awsim-stable-prebuilt-cuda
(pre-built) withghcr.io/tier4/online:humble-awsim-stable-cuda
(locally built). Keep in mind that you should source setup.sh bysource ~/autoware/install/setup.bash