Skip to content

Commit 4f46679

Browse files
authored
Update README.md
1 parent dcaf9d1 commit 4f46679

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ A base project for future robots that has CTRE generated swerve drive code and P
77
- Swerve drive code using CTRE's swerve code generator.
88
- Device logging with SignalLogger and data logging with Epilogue and DogLog.
99
- Device Fault Logging as telemetry for at-home testing. The faults are also logged with DogLog for post-match review.
10-
- Pre-match self check with custom self-check commands.
10+
- Pre-match self-check with custom self-check commands.
1111
- A custom `VisionPoseEstimator` class that reads from a Photon Vision camera and updates the swerve pose estimator with filtered and disambiguated AprilTag vision measurements.
12+
- Automated wheel radius characterization routine (based on 6328's wheel characterization).
13+
- A custom zshell script that performs camera calibration with mrcal given an input video of a chessboard dance.
1214

1315
# Todo
14-
- Calibrate cameras.
1516
- Add choreo (or pathplanner?) support.
1617
- Add more unit tests.
1718
- Add proper licenses.
18-
- 6328 wheel radius characterization.
1919

2020
# How This Will Be Used
2121
- At the start of the 2025 season this project should be re-imported in the 2025 wpilib release for any additional updates.

0 commit comments

Comments
 (0)