Skip to content

Commit 1680b66

Browse files
dist scale
1 parent 1ad1533 commit 1680b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HL/Car.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def main(self):
194194
log.info("Obstacle rouge détecté")
195195
if color == 1:
196196
log.info("Obstacle vert détecté")
197-
angle= -color*MAX_ANGLE
197+
angle= -color*MAX_ANGLE*1.5
198198
self.set_direction_degre(angle)
199199
self.recule()
200200

0 commit comments

Comments
 (0)