Missing Files in Docker Images
yvzksgl opened this issue · 3 comments
yvzksgl commented
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I'm convinced that this is not my fault but a bug.
Description
There are missing files in /opt/autoware/share/
directory in docker images. What i noticed are:
- .csv files in
/opt/autoware/share/autoware_raw_vehicle_cmd_converter/data/default/
- .png files in
/opt/autoware/share/autoware_overlay_rviz_plugin/assets/images/
Expected behavior
All the input files of the nodes should be located in /opt/autoware/share/<package-name>/*
Actual behavior
Missing icons due to the missing png files
Error logs in terminal
Steps to reproduce
- Pull one of the docker images, what i tried is: 20240828-autoware-universe-cuda
- Run planning/logging simulator
mebasoglu commented
Similar issue:
youtalk commented
Thank you for making this issue. https://github.com/autowarefoundation/autoware/blob/main/.dockerignore#L16 causes the result. I will fix it.
yvzksgl commented