-
Notifications
You must be signed in to change notification settings - Fork 59
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
Published CameraInfo does not contain correct information #423
Comments
I'm not able to reproduce this. After removing
|
Oh wow, I don't know where I got this property from. Thanks for the quick fix! I assume that the vertical fov is computed via the horizontal fov and the image width and height given that the virtual sensor has quadratic pixels? |
I wasn't able to reproduce the issue even with
I believe the vertical fov is determined by the horizontal fov and the aspect ratio (see https://gazebosim.org/api/rendering/8/classgz_1_1rendering_1_1Camera.html#adc6fc0b99e5c81f89408f0a69693f155), which is set to gz-sensors/src/CameraSensor.cc Line 257 in 27239b4
I'll go ahead and close this issue since it doesn't appear to be a bug in gz-sensors |
Environment
Binary: Harmonic
Description
Steps to reproduce and output
The correct intrinsic matrix would look like this though:
The text was updated successfully, but these errors were encountered: