Skip to content

Commit 3891eed

Browse files
updating tx in lidar to camera
1 parent 51a8150 commit 3891eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/offboard/calibration/lidar_to_camera_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
lidar_points = lidar_points[~np.all(lidar_points== 0, axis=1)] # remove (0,0,0)'s
1515

1616
rx,ry,rz = 0.006898647163954201, 0.023800082245145304, -0.025318355743942974
17-
tx,ty,tz = -1.1, 0.037735827433173136, 1.953202227766785
17+
tx,ty,tz = 1.1, 0.037735827433173136, 1.953202227766785
1818
rot = R.from_euler('xyz',[rx,ry,rz]).as_matrix()
1919
lidar_ex = np.hstack([rot,[[tx],[ty],[tz]]])
2020
lidar_ex = np.vstack([lidar_ex,[0,0,0,1]])

0 commit comments

Comments
 (0)