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

Add camera functionality for ROS2 #882

Open
wants to merge 6 commits into
base: foxy-devel
Choose a base branch
from

Conversation

spragunr
Copy link

This pull request makes it possible to use the raspberrry pi camera on waffle_pi's in ROS2. Some items to note:

  • During testing, we had trouble subscribing to uncompressed image topics on the remote workstation, possibly because the bandwidth was too high over the wifi connection. Instead, we are using the republish tool in the image_transport package to uncompress the compressed image stream on the workstation. This significantly reduces image bandwidth over wifi. The image_transport.launch.py launch file needs to be launched on the workstation.
  • The camera calibration yaml file in this pull request was calibrated locally. We've tested it by localizing aruco markers, and it seems to be working correctly. We didn't have good results using the yaml file from the main branch.

@ROBOTIS-Ashe
Copy link
Contributor

@spragunr

Thank you for your contribution.
we will merge after testing PR

Thank you.

@spragunr spragunr changed the title Add camera functionlity for ROS2 Add camera functionality for ROS2 Jun 29, 2022
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