Commented lynx module failures
This commit is contained in:
@@ -48,9 +48,9 @@ public class TeleopV2 extends LinearOpMode {
|
|||||||
@Override
|
@Override
|
||||||
public void runOpMode() throws InterruptedException {
|
public void runOpMode() throws InterruptedException {
|
||||||
|
|
||||||
for (LynxModule hub : allHubs) {
|
// for (LynxModule hub : allHubs) {
|
||||||
hub.setBulkCachingMode(LynxModule.BulkCachingMode.MANUAL);
|
// hub.setBulkCachingMode(LynxModule.BulkCachingMode.MANUAL);
|
||||||
}
|
// }
|
||||||
|
|
||||||
robot = new Robot(hardwareMap);
|
robot = new Robot(hardwareMap);
|
||||||
TELE = new MultipleTelemetry(
|
TELE = new MultipleTelemetry(
|
||||||
@@ -226,9 +226,9 @@ public class TeleopV2 extends LinearOpMode {
|
|||||||
|
|
||||||
drive.updatePoseEstimate();
|
drive.updatePoseEstimate();
|
||||||
|
|
||||||
for (LynxModule hub : allHubs) {
|
// for (LynxModule hub : allHubs) {
|
||||||
hub.clearBulkCache();
|
// hub.clearBulkCache();
|
||||||
}
|
// }
|
||||||
|
|
||||||
TELE.addData("Spin1Green", s1.get(s1.size() - 1));
|
TELE.addData("Spin1Green", s1.get(s1.size() - 1));
|
||||||
TELE.addData("Spin2Green", s2.get(s2.size() - 1));
|
TELE.addData("Spin2Green", s2.get(s2.size() - 1));
|
||||||
|
|||||||
Reference in New Issue
Block a user