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

*/camera_info not publishing (indigo & 14.04) #137

Closed
benjaminabruzzo opened this issue Jul 27, 2017 · 1 comment
Closed

*/camera_info not publishing (indigo & 14.04) #137

benjaminabruzzo opened this issue Jul 27, 2017 · 1 comment

Comments

@benjaminabruzzo
Copy link

This gist for a ros node publisher alludes that, "pointgrey_camera_driver (at least the version installed with apt-get) doesn't properly handle camera info in indigo."

Downloading the whole stack (from https://github.com/ros-drivers/pointgrey_camera_driver.git) and compiling also does not properly handle camera info. The gist provides a workaround for publishing camera info, but not synchronously with the images. This may work for some people, but it does not work for the stereo_image_proc, which requires both images and info to be synchronized for both cameras.

@benjaminabruzzo
Copy link
Author

I created a workaround for using stereo_proc node with regard to this camera_info issue. The following gist is a ros node that reads a yaml file for the calibration info, and remaps the stereo images as they arrive attaching image timestamp to the camera_info topic. Images and Info is published for both left and right cameras.
workaround gist
There is a sample launch snippet to launch the node.

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

No branches or pull requests

1 participant