-
Notifications
You must be signed in to change notification settings - Fork 26
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 #8
Comments
Thanks for you like this project. |
@paullon Hi, We have camera_info now. Is it you want? :) |
Hi, I tried using camera_calibration to calibrate the rgb camera but it wouldn't let me commit. I saved the data in a yaml file and entered the location into the rgb_camera_info_url field, but it keeps telling me that it is an invalid camera calibration url. Do you have any idea why it wouldn't let me commit the calibration? Thanks |
What are you writing in the url field? |
I've adapted the line in the launch file to |
since it's a url and not a file path, it should be something like this: |
Yup, that did it. Thanks! I hate missing stuff like that. |
@NCharabaruk |
The relevant lines from the launch file are:
and attached is a sample calibration file |
@sthoduka |
nope, it's already done in realsense_camera.cpp |
@sthoduka |
To get the factory calibration, you'd have to use the official ros node. The official ros version uses librealsense. I haven't really looked at it in detail. I guess the basic functionality is the same. |
You mean if I use the launch file from the official ros node, the publish topic for the rgb and ir stream is already calibrated? |
On Nov 22, 2016 5:36 AM, "fw-timku" notifications@github.com wrote:
The R200 has factory calibration. I was working on how to extract it in |
Hi,
The project is very helpful. Thanks!
One question, I didn't find published /camera_info which is needed by depthimage_to_laserscan to convert depth to laserscan. Is there any plan to add this?
The text was updated successfully, but these errors were encountered: