返回排行榜

PJLab-ADG/SensorsCalibration

C++

OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving

autonomous-drivingcalibrationsensor
Star 增长趋势
Star
3.2k
Forks
700
周增长
Issues
145
1k2k3k
2022年5月2023年9月2025年2月2026年7月
README

SensorsCalibration toolbox

SensorsCalibration is a simple calibration toolbox and open source project, mainly used for sensor calibration in autonomous driving.

Introduction

Sensor calibration is the foundation block of any autonomous system and its constituent sensors and must be performed correctly before sensor fusion may be implemented. Precise calibrations are vital for further processing steps, such as sensor fusion and implementation of algorithms for obstacle detection, localization and mapping, and control. Further, sensor fusion is one of the essential tasks in autonomous driving applications that fuses information obtained from multiple sensors to reduce the uncertainties compared to when sensors are used individually. To solve the problem of sensor calibration for autonomous vehicles, we provide a sensors calibration toolbox. The calibration toolbox can be used to calibrate sensors such as IMU, LiDAR, Camera, and Radar.

Environment(Quick Start)

# pull docker image
sudo docker pull scllovewkf/opencalib:v1
# After the image is pulled down, start the docker image.  /home/sz3/ailab/ =  code root path on your host
docker run -it -v /home/sz3/ailab/:/share scllovewkf/opencalib:v1 /bin/bash
# or
sudo ./run_docker.sh

Sensors calibration

This calibration toolbox provides some calibration tools based on road scenes. The specific contents are as follows. If you want to use one of the calibration tools in the list below, you can click the use link to enter the instruction page.

calibration param calibration type calibration method mannual calibration auto calibration usage documentation
camera intrinsice intrinsic target-based camera intrinsic
imu heading extrinsic target-less imu heaidng
lidar2imu extrinsic target-less lidar2imu
lidar2camera extrinsic target-less lidar2camera
lidar2lidar extrinsic target-less lidar2lidar
surround-camera extrinsic target-based & target-less surround-camera
radar2camera extrinsic target-less radar2camera
radar2lidar extrinsic target-less radar2lidar

Factory calibration

At the same time, the calibration toolbox also provides some factory calibration tools.

calibration board type calibration sensor calibration board pattern remove opencv auto calibration usage documentation
chessboard Camera chessboard factory calib
circle board Camera circle_board factory calib
vertical board Camera vertical board factory calib
apriltag board Camera apriltag board factory calib
aruco marker board Camera aruco marker board factory calib
round hole board Camera and LiDAR round hole board factory calib

SensorX2car

SensorX2car is a calibration toolbox for the online calibration of sensor-to-car coordinate systems in road scenes for autonomous driving.

calibration param calibration type calibration method mannual calibration auto calibration usage documentation
camera2car extrinsic target-less SensorX2car
lidar2car extrinsic target-less SensorX2car
pose_sensor2car extrinsic target-less SensorX2car
radar2car extrinsic target-less SensorX2car

Related paper available on arxiv:
OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Citation

If you find this project useful in your research, please consider cite:

@article{opencalib,
    title={OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving},
    author={Yan, Guohang and Liu, Zhuochun and Wang, Chengjie and Shi, Chunlei and Wei, Pengjin and Cai, Xinyu and Ma, Tao and Liu, Zhizheng and Zhong, Zebin and Liu, Yuqian and Zhao, Ming and Ma, Zheng and Li, Yikang},
    journal={arXiv preprint arXiv:2205.14087},
    year={2022},
}

License

SensorsCalibration is released under the Apache 2.0 license.

Contact

If you have questions about this repo, please contact Yan Guohang (yanguohang@pjlab.org.cn).

相关仓库
AtsushiSakai/PythonRobotics

Python sample codes and textbook for robotics algorithms.

PythonPyPIOtherpythonrobotics
atsushisakai.github.io/PythonRobotics/
30.1k7.4k
ApolloAuto/apollo

An open autonomous driving platform

C++Apache License 2.0apolloautonomous-vehicles
26.7k10k
carla-simulator/carla

Open-source simulator for autonomous driving research.

C++MIT Licensesimulatorautonomous-vehicles
carla.org
14.2k4.6k
autowarefoundation/autoware

Autoware - the world's leading open-source software project for autonomous driving

DockerfileApache License 2.0autowareautonomous-vehicles
autoware.org
11.9k3.7k
PaddlePaddle/PaddleSeg

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.

PythonPyPIApache License 2.0semantic-segmentationimage-segmentation
arxiv.org/abs/2101.06175
9.4k1.7k
open-mmlab/OpenPCDet

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.

PythonPyPIApache License 2.0point-cloud3d-detection
5.7k1.5k
OpenDriveLab/UniAD

[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving

PythonPyPIApache License 2.0autonomous-drivingend-to-end-autonomous-driving
4.7k549
fundamentalvision/BEVFormer

[ECCV 2022] This is the official implementation of BEVFormer, a camera-only framework for autonomous driving perception, e.g., 3D object detection and semantic map segmentation.

PythonPyPIApache License 2.0deep-learningautonomous-driving
arxiv.org/abs/2203.17270
4.5k742
Ly0n/awesome-robotic-tooling

Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.

Creative Commons Zero v1.0 Universalrosrobotics
3.9k547
OpenDriveLab/End-to-end-Autonomous-Driving

[IEEE T-PAMI 2024] All you need for End-to-end Autonomous Driving

MIT Licenseend-to-end-autonomous-drivingautonomous-driving
doi.org/10.1109/TPAMI.2024.3435937
3.7k337
waymo-research/waymo-open-dataset

Waymo Open Dataset

PythonPyPIOtherautonomous-drivingdataset
waymo.com/open
3.4k699
Farama-Foundation/HighwayEnv

A collection of environments for autonomous driving and tactical decision-making tasks

PythonPyPIMIT Licensereinforcement-learningautonomous-driving
highway-env.farama.org
3.3k886