I was wondering if anyone knew how I could make my finch robot turn right by 90 degrees? The below code is what I've tried but it's incorrect as the robot doesn't turn by 90 degrees
robot.setWheelVelocities(100,-80,1000);
https://www.birdbraintechnologies.com/finch/curriculum/lesson/java-lesson-3-turning-the-finch/