Skip to content

Commit 28d728f

Browse files
Update README.md
1 parent c247a43 commit 28d728f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

GEMstack/offboard/calibration/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7274
1. The sensor data should be time-aligned.

0 commit comments

Comments
 (0)