mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Upgrade Gradle, fix build, and format
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <frc/OnboardIMU.h>
|
||||
#include <frc/estimator/SwerveDrivePoseEstimator.h>
|
||||
#include <frc/kinematics/SwerveDriveKinematics.h>
|
||||
#include <frc/OboardIMU.h>
|
||||
|
||||
#include "SwerveDriveSim.h"
|
||||
#include "SwerveModule.h"
|
||||
@@ -72,8 +72,8 @@ class SwerveDrive {
|
||||
frc::SwerveDrivePoseEstimator<4> poseEstimator;
|
||||
frc::ChassisSpeeds targetChassisSpeeds{};
|
||||
|
||||
//TODO(Jade) onboard imu doesn't have sim yet
|
||||
// frc::sim::ADXRS450_GyroSim gyroSim;
|
||||
// TODO(Jade) onboard imu doesn't have sim yet
|
||||
// frc::sim::ADXRS450_GyroSim gyroSim;
|
||||
SwerveDriveSim swerveDriveSim;
|
||||
units::ampere_t totalCurrentDraw{0};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user