Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 985 Bytes

File metadata and controls

30 lines (19 loc) · 985 Bytes

robomous.ai


Docker Autoware Runner

Docker compose configuration to can run autoware locally by docker.

Local environment setup for Docker

Rename the env-sample.txt to .env and set the values for the environment variables.

cp env-sample.txt .env

Running the docker compose

To 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 bash

This 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