Update kuukar_motion.py

This commit is contained in:
Siwat Sirichai 2022-12-12 17:21:18 +07:00
parent da809ad79d
commit 2c84014bbf
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class motion:
def __roam_handle(self):
if self.sensors.sonar_get_distance()<500:
self.turn(50,1.5)
self.turn(50,1500)
time.sleep(0.1)
self.drive(25)
time.sleep(0.5)