Skip to content

Commit

Permalink
remove sim camera properties bc no sim support
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanErn committed Dec 22, 2024
1 parent 98bb7d6 commit 7080180
Showing 1 changed file with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,7 @@ public class ObjectDetectionConstants {
new CameraConfig(
"FM_ObjectDetection",
CAMERA_OFFSETS[0],
new SimCameraProperties() {
{
setCalibration(
1280,
720,
new Matrix<>(
SimpleMatrix.diag(
1060.9825799706975,
0.0,
668.9976907781046,
0.0,
1090.6999107806894,
342.8851810520121,
0.0,
0.0,
1.0)),
new Matrix<>(
SimpleMatrix.diag(
-0.2710123040969841,
2.0468938859882737,
0.010769883028548232,
0.013494108245786498,
-3.0046783149407132)));
setFPS(30);
setAvgLatencyMs(25);
}
})
new SimCameraProperties())
};

// Game elements
Expand Down

0 comments on commit 7080180

Please sign in to comment.