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

Add camera info to camera node #6

Open
1 of 2 tasks
nlitz88 opened this issue Aug 12, 2024 · 1 comment
Open
1 of 2 tasks

Add camera info to camera node #6

nlitz88 opened this issue Aug 12, 2024 · 1 comment
Assignees

Comments

@nlitz88
Copy link
Collaborator

nlitz88 commented Aug 12, 2024

Described here: #2

  • Add front camera's calibration parameters
  • Add rear camera's calibration parameters

Really, the functionality to read the calibration yaml file, populate the CameraInfo message, and then publish it could be its own package + node, as this is just a general ROS need if you don't already have a camera driver to do it for you.

@nlitz88 nlitz88 self-assigned this Aug 12, 2024
@nlitz88
Copy link
Collaborator Author

nlitz88 commented Aug 12, 2024

What might be easier than manually populating a CameraInfo message is to try to get our hands on data from the dataset where we have a checkerboard in frame. We can play this back and use the ROS calibration tool to figure out the calibration parameters.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant