dev #61

Merged
Arcmyx merged 118 commits from dev into parthiv-dev 2026-05-21 16:34:06 +00:00
Showing only changes of commit aed13bedff - Show all commits

View File

@@ -1,13 +0,0 @@
#Speed and distance constants
SPEEDS = {
'FAST': 400,
'NORMAL': 250,
'SLOW': 100,
'PRECISE': 50
}
DISTANCES = {
'TILE_SIZE': 300, # mm per field tile
'ROBOT_LENGTH': 180, # mm
'ROBOT_WIDTH': 140 # mm
}