# FAST-Calib-Humble **Repository Path**: csjssg/FAST-Calib-Humble ## Basic Information - **Project Name**: FAST-Calib-Humble - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-27 - **Last Updated**: 2026-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FAST-Calib-Humble ## 改动 1. ROS版本:ros2-humble,不支持livox 2. 基于ros2消息实时标定(calib_offline.sh),在qr_params.yaml文件中配置cam_topic和lidar_topic即可 3. 添加激光-相机初始外参参数(lidar_roll, lidar_pitch, lidar_yaw),适配各种激光-相机间的相对位置(否则圆心排序会出错) 4. 几何校验参数改为可配置参数,能提升标定成功率 5. 激光数据支持pcd文件和ros2消息两种,对于ros2消息,取前2帧累加标定(已在禾赛XT16与JT128上验证有效) 6. 调整外参结果格式,保存为4x4矩阵 7. 多场景标定后,通过rviz展示点云着色效果 8. 相机畸变参数变为8个 ps. 变动部分已使用"YY"标识注释 ## 安装 将"/home/yy/FAST-Calib-Humble"替换为自己路径 ``` cd sync_download mkdir build cd build cmake .. && make -j8 cd ../../ colcon build ``` ## 使用 ``` chmod +x calib_offline.sh ./calib_offline.sh ``` # (原版本)FAST-Calib ## FAST-Calib: LiDAR-Camera Extrinsic Calibration in One Second FAST-Calib is an efficient target-based extrinsic calibration tool for LiDAR-camera systems (eg., [FAST-LIVO2](https://github.com/hku-mars/FAST-LIVO2)). **Key highlights include:** 1. Support solid-state and mechanical LiDAR. 2. No need for any initial extrinsic parameters. 3. 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](https://www.arxiv.org/pdf/2507.17210) 📬 For further assistance or inquiries, please feel free to contact Chunran Zheng at zhengcr@connect.hku.hk.
Left: Example of Mid360 LiDAR calibration. Right: Point cloud colored with the calibrated extrinsics.
Circular hole extraction supports multiple LiDAR models.
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.