File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/main/java/frc/robot/subsystems/drive Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
import com .pathplanner .lib .config .ModuleConfig ;
17
17
import com .pathplanner .lib .config .RobotConfig ;
18
-
19
18
import edu .wpi .first .math .geometry .Rotation2d ;
20
19
import edu .wpi .first .math .geometry .Translation2d ;
21
20
import edu .wpi .first .math .system .plant .DCMotor ;
@@ -36,10 +35,10 @@ public class DriveConstants {
36
35
};
37
36
38
37
// Zeroed rotation values for each module, see setup instructions
39
- public static final Rotation2d frontLeftZeroRotation = new Rotation2d (70 .0 );
40
- public static final Rotation2d frontRightZeroRotation = new Rotation2d (150.5 );
41
- public static final Rotation2d backLeftZeroRotation = new Rotation2d (12.3 );
42
- public static final Rotation2d backRightZeroRotation = new Rotation2d (224.4 );
38
+ public static final Rotation2d frontLeftZeroRotation = new Rotation2d (0 .0 );
39
+ public static final Rotation2d frontRightZeroRotation = new Rotation2d (0.0 );
40
+ public static final Rotation2d backLeftZeroRotation = new Rotation2d (0.0 );
41
+ public static final Rotation2d backRightZeroRotation = new Rotation2d (0.0 );
43
42
44
43
// Device CAN IDs
45
44
public static final int pigeonCanId = 52 ;
You can’t perform that action at this time.
0 commit comments