Skip to content

Commit

Permalink
Initialize m_enabled to true in PPHolonomicDriveController (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJahueyM authored Jan 25, 2024
1 parent 07b8219 commit 0384490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PPHolonomicDriveController: public PathFollowingController {
rpsPerMps_t m_mpsToRps;

frc::Translation2d m_translationError;
bool m_enabled;
bool m_enabled = true;

static std::function<std::optional<frc::Rotation2d>()> rotationTargetOverride;
};
Expand Down

0 comments on commit 0384490

Please sign in to comment.