Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoware-openadk build missing autoware.dev_env.ros2 #11

Open
3 tasks done
ambroise-arm opened this issue Nov 30, 2023 · 0 comments
Open
3 tasks done

autoware-openadk build missing autoware.dev_env.ros2 #11

ambroise-arm opened this issue Nov 30, 2023 · 0 comments

Comments

@ambroise-arm
Copy link

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

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.

So:

dependencies:
- role: autoware.dev_env.ros2

Removing those fixes the issue for me, but that's probably not the proper fix.

Expected behavior

./buid.sh doesn't fail

Actual behavior

./buid.sh fails

Steps to reproduce

cd docker/autoware-openadk
./buid.sh

Versions

12e66d7

Possible causes

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant