Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mp1678 committed Jun 16, 2024
1 parent be48d6f commit 7f64193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See also:

- Vision Pose Correction

The robot continously records and stores the most recent vision and odometry updates in a [robot state class](/src/main/java/com/team1678/frc2024/RobotState.java#L33), and feeds the information into a [unscented kalman filter](/src/main/java/com/team1678/frc2024/RobotState.java#L114). The localization factors in [number of tags seen, average distance to tags, and closest tag](/src/main/java/com/team1678/frc2024/subsystems/vision/VisionDevice.java#L69) when calculating trust factor.
The robot continously records and stores the most recent vision and odometry updates in a [robot state class](/src/main/java/com/team1678/frc2024/RobotState.java#L33), and feeds the information into an [extended kalman filter](/src/main/java/com/team1678/frc2024/RobotState.java#L114). The localization factors in [number of tags seen, average distance to tags, and closest tag](/src/main/java/com/team1678/frc2024/subsystems/vision/VisionDevice.java#L69) when calculating trust factor.

- Auto Aim

Expand Down

0 comments on commit 7f64193

Please sign in to comment.