-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added CI #7
Added CI #7
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears that the ci build is failing because point_cloud_transport_plugins is not being found. Not sure why though 🤔 is it because we don't specify it as a build_depend in package.xml yet it's listed as a dep in the cmakelists.txt?
Package is in rosdistro https://github.com/ros/rosdistro/blob/master/rolling/distribution.yaml#L3760-L3781 |
To clarify, I'm trying to understand why this test fails
The logs say that point_cloud_transport_plugins was not found by cmake. Which suggests rosdep isn't installing it, right? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving because this PR is adding CI but is not the reason CI fails. I'll create an issue to address the failing CI.
Added CI, to check that everything will be fine when I release this package