Skip to content

Commit ce45e25

Browse files
committed
Update cone_detection.py
Update l2c for front camera
1 parent 701c81e commit ce45e25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GEMstack/onboard/perception/cone_detection.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ def initialize(self):
320320
[0., 0., 0., 1.]])
321321
if self.camera_front:
322322
self.T_l2c = np.array([
323-
[0.001090, -0.999489, -0.031941, 0.149698],
324-
[-0.007664, 0.031932, -0.999461, -0.397813],
325-
[0.999970, 0.001334, -0.007625, -0.691405],
326-
[0., 0., 0., 1.000000]
327-
])
323+
[ 2.89748006e-02, -9.99580136e-01, 3.68439439e-05, -3.07300513e-02],
324+
[-9.49930618e-03, -3.12215512e-04, -9.99954834e-01, -3.86689354e-01],
325+
[ 9.99534999e-01, 2.89731321e-02, -9.50437214e-03, -6.71425124e-01],
326+
[ 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 1.00000000e+00]
327+
])
328328
else:
329329
self.T_l2c = np.array([[ 0.71082304, -0.70305212, -0.02608284, 0.17771596],
330330
[-0.13651802, -0.10076507, -0.98505595, -0.56321222],

0 commit comments

Comments
 (0)