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

Why is focal length defined as a single variable ? #1537

Open
fbasatemur opened this issue Jul 14, 2024 · 0 comments
Open

Why is focal length defined as a single variable ? #1537

fbasatemur opened this issue Jul 14, 2024 · 0 comments

Comments

@fbasatemur
Copy link

fbasatemur commented Jul 14, 2024

Hi, according to the source code of the libgazebo_camera plugin, I need to define a single focal length value for setting camera intrinsic parameters. Can I set these values separately for fx and fy, using different values for each?

camera_info_msg.K[0] = this->focal_length_;

camera_info_msg.K[4] = this->focal_length_;

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