Closed TouchDeeper closed 2 years ago
Hi, have you solved this problem yet? I have the same error.
@hanchengzhe This is indeed because of the timestamp of IMU. If you use realsense D435i, a quick fix is to set the parameter initial_rest
to true, you can refer to my doc about realsense d435i calibration using Kalibr.
If I add --perform-synchronization to the kalibr_calibrate_imu_camera launch command the OverflowError disappears for me.
@hanchengzhe This is indeed because of the timestamp of IMU. If you use realsense D435i, a quick fix is to set the parameter
initial_rest
to true, you can refer to my doc about realsense d435i calibration using Kalibr. I don't know how to set the parameterinitial_rest
I have read your document, but I can't find the rs_imu_camera_kalibr.launch
in my workspace.
I turn into the problem that OverflowError: bad numeric conversion: positive overflow
when I calibrated my stereo camera.
The command I launch is rosrun kalibr kalibr_calibrate_cameras --target april_6x6_80x80cm.yaml --bag stereo_cam_calib.bag --bag-from-to 3 200 --models pinhole-radtan pinhole-radtan --topics /drone_0_stereo_cam/left/image_raw /drone_0_stereo_cam/right/image_raw --show-extraction
to calibrate the stereo camera.
what should I do to fix the error.
Hello, I use
kalibr_calibrate_imu_camera
to calibrate the infra1 and imu of realsense d435i, but anOverflowError
occurs.the command is below:
An
OverflowError
occurs:One of the imu topic detail is below, Is the number of stamp overflow?:
the bag information is:
The
imu.yaml
is:the
camchain-multi_camera1.yaml
is:Could you please provide some advice? Thank you a lot!