This commit is contained in:
2019-10-23 16:38:50 +02:00
parent 80319712d0
commit 8511af2e2c
5 changed files with 83 additions and 44 deletions

View File

@@ -10,7 +10,7 @@ CAR_SIZE = 20
CAR_MAX_SPEED = 7
CAR_STEERING_FACTOR = 10
VISION_LENGTH = 50
VISION_SPAN = 25 # degrees
VISION_SPAN = 35 # degrees
THROTTLE_POWER = 3