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

Various cleanups for the ROS 2 branch #184

Merged
merged 4 commits into from
Apr 21, 2022
Merged

Various cleanups for the ROS 2 branch #184

merged 4 commits into from
Apr 21, 2022

Conversation

clalancette
Copy link
Contributor

While trying to build this package against the latest Rolling sources, I ran into a number of warnings. This PR fixes some of them. The rest of the warnings are about the use of deprecated FFMPEG functions, which will need a deeper look to fix.

This matches the v4l2 structures, and ensures we don't get
sign warnings when compiling.

Signed-off-by: Chris Lalancette <[email protected]>
This matches what ioctl actually takes, and gets rid of a sign
comparison warning.

Signed-off-by: Chris Lalancette <[email protected]>
This just quiets the compiler warnings.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette
Copy link
Contributor Author

CI is failing on rolling because image_transport_plugins isn't currently building on the ROS 2 buildfarm: https://build.ros2.org/job/Rbin_uJ64__image_transport_plugins__ubuntu_jammy_amd64__binary/ . Once that is resolved, CI should be able to proceed here.

@clalancette
Copy link
Contributor Author

And CI is now happy here, so I think we can proceed.

@flynneva flynneva self-requested a review April 21, 2022 04:17
@flynneva flynneva merged commit 60e83e9 into ros-drivers:ros2 Apr 21, 2022
@clalancette clalancette deleted the clalancette/cleanups branch April 21, 2022 12:09
@clalancette
Copy link
Contributor Author

Fantastic, thanks for merging! Would you mind doing a new release into Rolling?

@flynneva
Copy link
Collaborator

@clalancette sure! Give me a few days to find some time

@flynneva
Copy link
Collaborator

@clalancette here is the open PR to rosdistro for this package for rolling. I'll make another one for humble as well too

@clalancette
Copy link
Contributor Author

@clalancette here is the open PR to rosdistro for this package for rolling. I'll make another one for humble as well too

Thanks, appreciated!

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.

2 participants