FAST-Calib is an efficient target-based extrinsic calibration tool for LiDAR-camera systems (eg., FAST-LIVO2).
Key highlights include:
- Support solid-state and mechanical LiDAR.
- No need for any initial extrinsic parameters.
- Achieve highly accurate calibration results in just one seconds.
In short, it makes extrinsic calibration as simple as intrinsic calibration.
Related paper:
FAST-Calib: LiDAR-Camera Extrinsic Calibration in One Second
📬 For further assistance or inquiries, please feel free to contact Chunran Zheng at zhengcr@connect.hku.hk.
Left: Example of circle extraction from Mid360 point cloud | Right: Point cloud colored with calibrated extrinsic.
PCL>=1.8, OpenCV>=4.0.
- Prepare the static acquisition data in the
calib_data
folder (see Single-scene Calibration Sample Data from Mid360, Avia and Ouster, and Multi-scene Calibration Sample Data from Avia):
- rosbag containing point cloud messages
- corresponding image
- Run the single-scene calibration process:
roslaunch fast_calib calib.launch
- After completing Step 2 for at least three different scenes, you can perform multi-scene joint calibration:
roslaunch fast_calib multi_calib.launch
- Customize the calibration target in the image below, with the CAD model available here.
- Collect data from three scenes, with placement illustrated below, and record them into the corresponding rosbags.
- Provide the instrinsic matrix in
qr_params.yaml
. - Set distance filter in
qr_params.yaml
for board point cloud (extra points are acceptable). - Calibrate now!
Left: Actual calibration target | Right: Technical drawing with annotated dimensions.
Placement of the calibration target for multi-scene data collection: (a) facing forward, (b) oriented to the right, (c) oriented to the left.
The calibration target design is based on the velo2cam_calibration.
For further details on the algorithm workflow, see this document.
Special thanks to Jiaming Xu for his support, Haotian Li for the equipment, and the velo2cam_calibration algorithm.