Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2024-12-26 18:55:43 -08:00
143 changed files with 6155 additions and 5268 deletions

View File

@@ -59,7 +59,7 @@ class Robot : public frc::TimedRobot {
// Set up Pose Estimator - parameters are for a Microsoft Lifecam HD-3000
// (https://www.chiefdelphi.com/t/wpilib-apriltagdetector-sample-code/421411/21)
frc::AprilTagPoseEstimator::Config poseEstConfig = {
.tagSize = units::length::inch_t(6.5),
.tagSize = 6.5_in,
.fx = 699.3778103158814,
.fy = 677.7161226393544,
.cx = 345.6059345433618,