Skip to content

Commit

Permalink
Merge pull request #19 from truher/main
Browse files Browse the repository at this point in the history
fix the build
  • Loading branch information
truher authored Jan 31, 2025
2 parents d11ede6 + 047c113 commit 70401ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ void testSimple() {
armSubSystem.set(1, 1);
// you have to call getPosition on the simulated sensor for it to do the integraiton.
armSubSystem.getPosition();
// ArmAngles angles = armSubSystem.getPosition().get();
// System.out.printf("%d %5.3f %5.3f\n", i, angles.th1, angles.th2);
ArmAngles angles = armSubSystem.getPosition().get();
System.out.printf("%d %5.3f %5.3f\n", i, angles.th1, angles.th2);
}

// how far did it spin?
Expand Down

0 comments on commit 70401ad

Please sign in to comment.