Docker compose configuration to can run autoware locally by docker.
Rename the env-sample.txt to .env and set the values for the environment variables.
cp env-sample.txt .envTo run the docker compose, it's necessary to have the docker and docker-compose installed. After that, run the following command to run the autoware container with bash.
docker-compose run autoware bashThis is necessary to run the autoware correctly, because if you try to run the autoware ROS node directly, it will not work.
Now, you can run the autoware by running the following command:
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit