-
I am developing a multi-camera motion capture system to be open sourced later this summer when it is functional. The pain point I am experiencing right now is due to The file The system uses ROS2 for communication, AprilTags as the calibration pattern, and GTSAM for optimization. The camera is stationary throughout the calibration. Each AprilTag and it's corners are uniquely identified, which makes landmark association straightforward. A ros2 bag file is played back in which around 30 seconds of moving the calibration pattern is performed resulting in the following log lines at calibration:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I have uploaded a complete example with instructions to build and run in Docker along with calibration dataset at the following repo: https://github.com/oursland/camera-calibration-gtsam |
Beta Was this translation helpful? Give feedback.
-
If something is not visible in a camera it should not be added to the factor. More likely is that you are not initializing your estimates correctly... |
Beta Was this translation helpful? Give feedback.
If something is not visible in a camera it should not be added to the factor. More likely is that you are not initializing your estimates correctly...