Open jdgreeno opened 3 years ago
Since the calibration translation is far from the real value, I also want to input an initial value when the camera and IMU are jointly calibrated like you. Have you realized it now? Can you share the solution? Thank you!
have you solved this problem?
This isn't possible right now (see the tag for this issue), but you could edit the code yourself to try to do this.
On Wed, May 18, 2022 at 6:11 AM Wu Zijian @.***> wrote:
have you solved this problem?
— Reply to this email directly, view it on GitHub https://github.com/ethz-asl/kalibr/issues/445#issuecomment-1129825285, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6TYSLH6A5DAKWXGEDDL3VKS64JANCNFSM47REYBVA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi All,
When using
kalibr_calibrate_imu_camera
, I would like to input an initial guess for theT_cam_imu
extrinsics for my cameras. The comment here implies that it is possible, but below the code seems to runIccCamera.findOrientationPriorCameraToImu()
without any check. It appears as though the hooks to exctractT_cam_imu
from acamchain.yaml
are present, but not used during this calibration.I hope I am not missing something obvious. Has anyone had success doing this? Does it require modifying the code to take the input and skip
IccCamera.findOrientationPriorCameraToImu()
?Thank you