Skip to content

Commit

Permalink
[wpimath] Clean up LTV controller includes (wpilibsuite#7313)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Oct 30, 2024
1 parent e6e928d commit defcc02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "units/length.h"
#include "units/time.h"
#include "units/velocity.h"
#include "units/voltage.h"

namespace frc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "frc/EigenCore.h"
#include "frc/geometry/Pose2d.h"
#include "frc/kinematics/DifferentialDriveKinematics.h"
#include "frc/kinematics/ChassisSpeeds.h"
#include "frc/trajectory/Trajectory.h"
#include "units/angular_velocity.h"
#include "units/time.h"
Expand Down

0 comments on commit defcc02

Please sign in to comment.