Lidar-Lidar Calibration
1
Introduction2
Upload3
Configure4
CalibrateIntroduction
Learn about the Lidar-Lidar calibration process and requirements.
What is Lidar-Lidar Calibration?
Lidar-Lidar calibration helps you determine the precise positioning relationships between multiple lidar sensors on your ROS2-based vehicle. After calibration, you'll receive the exact transformations (translation and rotation) between your master lidar and each child lidar.
What You'll Get
Calibration Results:
- Transformation matrices between your master lidar and each child lidar
- Translation values (x, y, z) in meters
- Rotation values (roll, pitch, yaw) in radians
- Visual representation of the calibration results
Data Collection Guide
To get accurate calibration results, follow these guidelines when collecting your data:
- Drive the vehicle slowly (under 2 km/hr) for about 30-50 meters
- Choose an area with static objects (buildings, poles, walls) visible from multiple angles
- Avoid areas with moving objects or people
- Make sure all your lidars are functioning and collecting data
Required Data Format
Your ROS2 bag should include:
- Point cloud data from all lidars you want to calibrate
- Initial TF (transform) data between lidar frames
- Data packaged in a single ZIP file
- Supported formats: .mcap, .db3, or .sqlite
Calibration Process:
- Upload your ROS2 bag data
- Configure your lidar settings and select the master lidar
- Start the calibration process
- Get your calibration results