Skip to content

Commit

Permalink
Fix compilation of SwerveWithPathPlanner
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre authored Dec 16, 2023
1 parent b0d960e commit 697c96e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

import com.ctre.phoenix6.mechanisms.swerve.SwerveRequest;
import com.ctre.phoenix6.mechanisms.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.mechanisms.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.mechanisms.swerve.SwerveModule.SteerRequestType;

import edu.wpi.first.math.geometry.Pose2d;
import edu.wpi.first.math.geometry.Rotation2d;
Expand Down

0 comments on commit 697c96e

Please sign in to comment.