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

Integrate with ROS kinect model #7

Open
qazmichaelgw opened this issue Jul 11, 2015 · 2 comments
Open

Integrate with ROS kinect model #7

qazmichaelgw opened this issue Jul 11, 2015 · 2 comments

Comments

@qazmichaelgw
Copy link

Hello BlazingForests,
I am working on RealSense Camera Model: VF0800. And I want to use the the /camera_info topic. What's more, I hope to use the standard calibration built-in tool http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration to calibration my camera. Is it possible to support this? Thanks a lot!

@ashokvms
Copy link

This is not available yet. The driver is now publishing with image_transport::Publisher and not with image_transport::CameraPublisher. This has to be eventually done to load the calibration file and have it published automatically in a camera_info topic. But as a work around, you can still calibrate your camera with camera_calibration node provided with --no-service-check parameter. Convert the calibration output into a yaml file using camera_calibration_parsers node. Load this yaml file using ros param load in the launch file of your node where you want to use this calibration data. Hope it helps!

@qazmichaelgw
Copy link
Author

Thanks, I can calibrate the camera with --no-service-check. But I am not sure how to use it. For instance, if I want to use https://github.com/pal-robotics/aruco_ros to track objects. What should I do to modify the https://github.com/pal-robotics/aruco_ros/blob/master/aruco_ros/launch/single.launch file to make it compatible with my camera? Thanks a lot, hope you give me some advice.

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

2 participants