We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c5fb8 commit 642d70dCopy full SHA for 642d70d
1 file changed
TeamCode/src/main/java/org/mrpsvt/capital_robotics/auto/blue_close.java
@@ -99,10 +99,12 @@ private void autonomousSequence() throws InterruptedException
99
// Step 2: Drive forward to position
100
telemetry.addData("Step", "2: Driving forward");
101
telemetry.update();
102
- driveDistance(.5, 0, 0, 900);
+ driveDistance(.5, 0, 0, 1700);
103
+ /*
104
105
106
driveDistance(0, -.1, 0, 100);
107
+ */
108
109
//+ to the rigth - to the lefft
110
// // Step 3: Spin up flywheels
0 commit comments