Delete utils/constants.py

This commit is contained in:
2026-01-09 13:29:06 +00:00
parent 3e4dab3c9c
commit aed13bedff

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
}