Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Oct 6, 2024
1 parent 962b020 commit 75b968e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void runOpMode() {
// Initialize the hardware variables. Note that the strings used here must correspond
// to the names assigned during the robot configuration step on the DS or RC devices.

odo = hardwareMap.get(GoBildaPinpointDriverRR.class,"odo");
odo = hardwareMap.get(GoBildaPinpointDriverRR.class,"pinpoint");

/*
Set the odometry pod positions relative to the point that the odometry computer tracks around.
Expand Down

0 comments on commit 75b968e

Please sign in to comment.