Adding a minor variable visibility fix
This commit is contained in:
parent
7be7a80aac
commit
9b5afe9772
@ -46,7 +46,7 @@ public class Drivetrain extends SubsystemBase {
|
||||
private final IVisualPoseProvider m_visualPoseProvider;
|
||||
|
||||
// Odometry class for tracking robot pose
|
||||
SwerveDrivePoseEstimator m_poseEstimator;
|
||||
private final SwerveDrivePoseEstimator m_poseEstimator;
|
||||
|
||||
// Slew rate filter variables for controlling lateral acceleration
|
||||
private double m_currentRotation;
|
||||
|
Loading…
Reference in New Issue
Block a user