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

try to run xacro in ci #33

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

try to run xacro in ci #33

wants to merge 10 commits into from

Conversation

firesurfer
Copy link
Contributor

No description provided.

@firesurfer
Copy link
Contributor Author

We are now running into the issue why it is important to keep the dependency chain clean:

$ ( rosenv && xacro urdf/dynaarm_standalone.urdf.xacro; )
package not found: "package 'dynaarm_driver' not found, searching: ['/root/target_ws/install/dynaarm_description', '/opt/ros/humble']"

At runtime we are looking for the dynaarm_driver package (which is definitely a downstream dependency). Of course this dependency can not be found it the isolated ci environment.

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

Successfully merging this pull request may close these issues.

1 participant