Skip to content

Commit 642d70d

Browse files
committed
driving correct distance
1 parent 10c5fb8 commit 642d70d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

TeamCode/src/main/java/org/mrpsvt/capital_robotics/auto/blue_close.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ private void autonomousSequence() throws InterruptedException
9999
// Step 2: Drive forward to position
100100
telemetry.addData("Step", "2: Driving forward");
101101
telemetry.update();
102-
driveDistance(.5, 0, 0, 900);
102+
driveDistance(.5, 0, 0, 1700);
103+
/*
103104
telemetry.addData("Step", "2: Driving forward");
104105
telemetry.update();
105106
driveDistance(0, -.1, 0, 100);
107+
*/
106108

107109
//+ to the rigth - to the lefft
108110
// // Step 3: Spin up flywheels

0 commit comments

Comments
 (0)