Skip to content

Commit

Permalink
Changed angle
Browse files Browse the repository at this point in the history
Changed the bucket motors rotation amount
  • Loading branch information
martaron committed Nov 7, 2025
1 parent 5f780f4 commit 340e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
robot = Robot(robotDrive, *sensors) # EV3 robot

robot.initWaterBucketMotor(bucketPort)
robot.setBucketAngle(90)
robot.setBucketAngle(125)
robot.start()

0 comments on commit 340e8ea

Please sign in to comment.