Skip to content

Commit 11907a3

Browse files
committed
dumb typo
1 parent 9c91ffc commit 11907a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/offboard/calibration/camera_to_vehicle_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def depth_to_points(depth_img: np.ndarray, intrinsics: np.ndarray):
190190
#%%
191191
v2c = T
192192
print('vehicle->camera:',v2c)
193-
c2v = np.linalg.inv(l2c)
193+
c2v = np.linalg.inv(v2c)
194194
print('camera->vehicle:',c2v)
195195

196196
v=vis(notebook=True)

0 commit comments

Comments
 (0)