sys-camera: a bit of recalibration

pull/1/head
EmaMaker 2021-03-01 16:00:48 +01:00
parent b657d88846
commit 666d628488
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#define S4I A9
#define S4O A8
#define LINE_THRESH_CAM 300
#define LINE_THRESH_CAM 600
#define EXIT_TIME 250
#define LINES_EXIT_SPD 350

View File

@ -5,8 +5,8 @@
//Note: those variables can be changes, and will need to change depending on camera calibration
//Camera center: those setpoints correspond to the center of the field
#define CAMERA_CENTER_X -10
#define CAMERA_CENTER_Y 20
#define CAMERA_CENTER_X -0
#define CAMERA_CENTER_Y 0
//Camera goal: those setpoints correspond to the position of the center of the goal on the field
#define CAMERA_GOAL_X 10