Skip to content

Commit

Permalink
fix choreoswervecommand again
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Jan 8, 2024
1 parent c68c15d commit bd3be6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void ChoreoSwerveCommand::Initialize() {
// Called repeatedly when this Command is scheduled to run
void ChoreoSwerveCommand::Execute() {
units::second_t currentTrajTime = m_timer.Get();
bool mirror = mirrorTrajectory();
bool mirror = m_mirrorTrajectory();
m_outputChassisSpeeds(
m_controller(m_pose(), m_traj.Sample(currentTrajTime, mirror)));
}
Expand Down

0 comments on commit bd3be6e

Please sign in to comment.