✨
This commit is contained in:
2
rally.py
2
rally.py
@ -108,7 +108,7 @@ def main():
|
|||||||
time.sleep((abs(angle) * TURN_T * CLOCKWISE_OFFSET)/1000)
|
time.sleep((abs(angle) * TURN_T * CLOCKWISE_OFFSET)/1000)
|
||||||
noah.stop()
|
noah.stop()
|
||||||
|
|
||||||
if not careful_forward((drive_distance * DRIVE_T)/1000, noah, 300):
|
if not careful_forward((drive_distance * DRIVE_T)/1000, noah, 400):
|
||||||
break
|
break
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user