File tree Expand file tree Collapse file tree
GEMstack/offboard/calibration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This repository contains tools for offline calibration of LiDAR and camera senso
2626
2727** Usage** :
2828
29- python3 make_gem_e4_ouster_v2 .py # Edit LiDAR data paths in script
29+ python3 lidar_to_vehicle .py # Edit LiDAR data paths in script
3030
3131
3232### 2. CAMERA-to-Vehicle Calibration (` camera_to_vehicle_manual.py ` )
@@ -57,7 +57,8 @@ python3 lidar_to_camera.py # Ensure T_lidar_vehicle and T_camera_vehicle matri
5757
5858** 3D Alignment Check** :
5959 1 . Use vis() function in scripts to view calibrated LiDAR/camera clouds
60- 2 . Toggle VIS = True in make_gem_e4_ouster_v2.py for ground plane/object visualization
60+ 2 . Toggle VIS = True in lidar_to_vehicle.py for ground plane/object visualization
61+ 3 . Use test_transforms.py to visualize lidar point cloud on top of png image. Helps verify accuracy of lidar->camera.
6162
6263** Projection Validation** :
6364 1 . RGB image overlaid with transformed LiDAR points (Z-buffered)
@@ -67,6 +68,7 @@ python3 lidar_to_camera.py # Ensure T_lidar_vehicle and T_camera_vehicle matri
6768
6869
6970
71+
7072### Assumption and Notes
7173
72741 . The sensor data should be time-aligned.
You can’t perform that action at this time.
0 commit comments