Make component containers able to launch #5394
Labels
component:openadkit
Issues or Features related to Open AD Kit
type:containers
Docker containers, containerization of components, or container orchestration.
Checklist
Description
Current docker container images for each components released from autoware does not contain launch files to run the packages inside each container. We can add tier4_*_launch packages under autoware.universe to respective images to enable launching by components.
Purpose
Let users enable to run Autoware using component containers.
Possible approaches
Modify the docker file to copy each component launch files into respective docker images.
We could also consider moving the launch packages from the launch folder into respective folder (e.g., moving tier4_control_launch to control folder) as we do the refactoring of the launch system in this discussion so that we have simpler docker file.
Definition of done
The text was updated successfully, but these errors were encountered: