You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Described here: #2
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.
The text was updated successfully, but these errors were encountered: