You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
Using ./buid.sh from docker/autoware-openadk leads to:
#17 58.52 ERROR! the role 'autoware.dev_env.ros2' was not found in autoware.dev_env:ansible.legacy:/root/.ansible/collections/ansible_collections/autoware/dev_env/playbooks/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/root/.ansible/collections/ansible_collections/autoware/dev_env/roles:/root/.ansible/collections/ansible_collections/autoware/dev_env/playbooks
#17 58.52
#17 58.52 The error appears to be in '/root/.ansible/collections/ansible_collections/autoware/dev_env/roles/rmw_implementation/meta/main.yaml': line 2, column 5, but may
#17 58.52 be elsewhere in the file depending on the exact syntax problem.
#17 58.52
#17 58.52 The offending line appears to be:
#17 58.52
#17 58.52 dependencies:
#17 58.52 - role: autoware.dev_env.ros2
#17 58.52 ^ here
#17 58.56 Failed.
Checklist
Description
Using
./buid.sh
from docker/autoware-openadk leads to:So:
avte_autoware/ansible/roles/rmw_implementation/meta/main.yaml
Lines 1 to 2 in 12e66d7
Removing those fixes the issue for me, but that's probably not the proper fix.
Expected behavior
./buid.sh
doesn't failActual behavior
./buid.sh
failsSteps to reproduce
Versions
12e66d7
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: