This commit is contained in:
Your Name
2024-05-02 21:44:11 -05:00
parent 00f797f931
commit 8408852966
2 changed files with 3 additions and 3 deletions

View File

@@ -20,13 +20,13 @@
const int UI_BORDER_SIZE = 20; // clearpilot
const int UI_HEADER_HEIGHT = 420;
2
const int UI_FREQ = 20; // Hz
const int BACKLIGHT_OFFROAD = 50;
typedef cereal::CarControl::HUDControl::AudibleAlert AudibleAlert;
const float MIN_DRAW_DISTANCE = 10.0;
const float MAX_DRAW_DISTANCE = 100.0; // clearpilot
const float MAX_DRAW_DISTANCE = 100.0;
constexpr mat3 DEFAULT_CALIBRATION = {{ 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 1.0, 0.0, 0.0 }};
constexpr mat3 FCAM_INTRINSIC_MATRIX = (mat3){{2648.0, 0.0, 1928.0 / 2,
0.0, 2648.0, 1208.0 / 2,