Skip to content

Commit

Permalink
wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Jan 8, 2024
1 parent 552ea84 commit 5455029
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions choreolib/src/main/native/include/choreo/lib/Choreo.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class Choreo {
frc::PIDController xController, frc::PIDController yController,
frc::PIDController rotationController,
std::function<void(frc::ChassisSpeeds)> outputChassisSpeeds,
std::function<bool(void)> mirrorTrajectory, frc2::Requirements requirements = {});
std::function<bool(void)> mirrorTrajectory,
frc2::Requirements requirements = {});

/**
* Creates a CommandPtr that commands your drivebase to follow a Choreo
Expand All @@ -85,7 +86,8 @@ class Choreo {
ChoreoTrajectory trajectory, std::function<frc::Pose2d()> poseSupplier,
ChoreoControllerFunction controller,
std::function<void(frc::ChassisSpeeds)> outputChassisSpeeds,
std::function<bool(void)> mirrorTrajectory, frc2::Requirements requirements = {});
std::function<bool(void)> mirrorTrajectory,
frc2::Requirements requirements = {});

/**
* Creates a ChoreoControllerFunction handles the feedback of the drivebase
Expand Down

0 comments on commit 5455029

Please sign in to comment.