Skip to content

Commit

Permalink
fix: use a more realistic FPS for camera sim
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Jan 15, 2025
1 parent d9edb7d commit de7b392
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class CameraSimPoseProvider(name: String, val chassisToCamera: Transform3d) : Ab
private val camera = PhotonCamera(name)
private val simProperties = SimCameraProperties().apply {
setCalibration(1280, 800, Rotation2d(LIMELIGHT_FOV))
fps = 120.0
fps = 20.0
avgLatencyMs = 51.0
latencyStdDevMs = 5.0
}
Expand Down

0 comments on commit de7b392

Please sign in to comment.