Skip to content

Commit

Permalink
Fixing calibration code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsheeny authored Jan 11, 2021
1 parent 4e8f2c0 commit f8e0e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def RZ(self, LidarToCamR):
def transform(self, LidarToCamR, LidarToCamT):
Rx = self.RX(LidarToCamR)
Ry = self.RY(LidarToCamR)
Rz = self.RY(LidarToCamR)
Rz = self.RZ(LidarToCamR)

R = np.array([[1, 0, 0],
[0, 0, 1],
Expand Down

0 comments on commit f8e0e42

Please sign in to comment.