Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Update PinpointLocalizer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
junkjunk123 authored Dec 6, 2024
1 parent 7471de2 commit 9330c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
// @Override
// public Pose getVelocity() {
// Pose2D pose = odo.getVelocity();
// return new Pose(pose.getX(DistanceUnit.INCH), pose.getY(DistanceUnit.INCH), pose.getHeading(AngleUnit.RADIANS));
// return new Pose(pose.getX(DistanceUnit.INCH), pose.getY(DistanceUnit.INCH), odo.getHeadingVelocity());
// }
//
// /**
Expand Down

0 comments on commit 9330c22

Please sign in to comment.