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

Port usb_cam to ROS2 #106

Closed
wants to merge 20 commits into from
Closed

Port usb_cam to ROS2 #106

wants to merge 20 commits into from

Conversation

sgvandijk
Copy link

@sgvandijk sgvandijk commented Dec 2, 2018

This PR ports the USB cam node to ROS2. Some changes are shared with https://github.com/lucasw/usb_cam/tree/bouncy, but trying to stay close to the original implementation; closes #103.

This targets Bouncy, which is lacking some features that had to be removed:

Some open points/uncertainties:

  • The new launch file uses ROS2's showimage node, however this has a bug when the image format is in RGB8, I have created a PR for that here: Prevent frame going out of scope when converting RGB -> BGR ros2/demos#288
  • I put this PR against the develop branch, perhaps a new ros2 branch should be started?
  • Logging in usb_cam.cpp is less nice, because I'm not sure yet how to nicely use ROS2's new logging system, while keeping usb_cam.cpp clean and independent of ROS.
  • CI has to be updated to build with colcon for ROS2

@sgvandijk sgvandijk closed this Jan 3, 2020
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.

ros2 version
1 participant