diff --git a/yagsl/java/swervelib/simulation/ironmaple/simulation/drivesims/SelfControlledSwerveDriveSimulation.java b/yagsl/java/swervelib/simulation/ironmaple/simulation/drivesims/SelfControlledSwerveDriveSimulation.java index d0d4344..c02bb1a 100644 --- a/yagsl/java/swervelib/simulation/ironmaple/simulation/drivesims/SelfControlledSwerveDriveSimulation.java +++ b/yagsl/java/swervelib/simulation/ironmaple/simulation/drivesims/SelfControlledSwerveDriveSimulation.java @@ -232,7 +232,7 @@ public void resetOdometry(Pose2d pose) { *

Adds a vision measurement to the Kalman Filter, correcting the odometry pose estimate while accounting for * measurement noise. * - * @param robotPoseMeters The pose of the robot as measured by the vision camera. + * @param robotPoseMeters The pose of the robot as measured by the vision camera. Must be alliance-oriented (the red alliance uses the red center, and the blue alliance uses the blue center). * @param timeStampSeconds The timestamp of the vision measurement, in seconds. */ public void addVisionEstimation(Pose2d robotPoseMeters, double timeStampSeconds) {