Skip to content

Commit

Permalink
TeleOp mode that drives & uses distance sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
luenix1 committed Aug 5, 2024
1 parent ef96d41 commit fb9d041
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void runOpMode() throws InterruptedException {
.addData("roll", formatAngle(angles.angleUnit, angles.secondAngle))
.addData("pitch", "%s deg", formatAngle(angles.angleUnit, angles.thirdAngle));
telemetry.update();
idle();

}

Expand Down

0 comments on commit fb9d041

Please sign in to comment.