Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner authored Feb 16, 2024
1 parent 080d70e commit 82f0db4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void addVisionObservation(VisionObservation observation) {
}
// difference between estimate and vision pose
Transform2d transform = new Transform2d(estimateAtTime, observation.visionPose());
// scale twist by visionK
// scale transform by visionK
var kTimesTransform =
visionK.times(
VecBuilder.fill(
Expand Down

0 comments on commit 82f0db4

Please sign in to comment.