-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Draco to base.yaml #38056
Added Draco to base.yaml #38056
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Wouldn't this interfere with #37378 ? |
I agree that it would as-is, but the key should probably be |
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]>
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.
Rather than calling out the platforms which DO work, we should call out the platforms which DON'T work so that we don't need to update the rules with each new release.
rosdep/base.yaml
Outdated
'*': null | ||
'9': [draco-devel] |
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.
'*': null | |
'9': [draco-devel] | |
'*': [draco-devel] | |
'8': null |
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.
This suggestion has not been addressed yet.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
rosdep/base.yaml
Outdated
'*': null | ||
'9': [draco-devel] |
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.
This suggestion has not been addressed yet.
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.
Thanks for iterating. I think I'd still like to see the key called libdraco-dev
to match the Debian package name and also allow for splitting the dev/runtime dependencies down the road, but this is acceptable as-is.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Added |
As part of the effort to port
point_cloud_transport
ros-perception/point_cloud_transport#1 from ROS to ROS 2, we want to include draco as a dependency. It has binaries for some platforms