From 340e8ea02de348341dd9574ec6e01fdca5dba90d Mon Sep 17 00:00:00 2001 From: Martin Aronsen Date: Fri, 7 Nov 2025 14:46:36 +0100 Subject: [PATCH] Changed angle Changed the bucket motors rotation amount --- py/src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/src/main.py b/py/src/main.py index 8ef1815..899dc30 100644 --- a/py/src/main.py +++ b/py/src/main.py @@ -37,5 +37,5 @@ robot = Robot(robotDrive, *sensors) # EV3 robot robot.initWaterBucketMotor(bucketPort) -robot.setBucketAngle(90) +robot.setBucketAngle(125) robot.start() \ No newline at end of file