Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void resetOdometry(Pose2d pose) {
* <p>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) {
Expand Down