Skip to content

Commit

Permalink
Updated robot mass
Browse files Browse the repository at this point in the history
  • Loading branch information
Liammurray19 committed Feb 13, 2025
1 parent c61ecc8 commit ef4c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/maps/ColdStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public SwerveDriveMap getDriveMap() {

final double maxRotationRadianPerSecond = Math.PI;

RobotConfig config = new RobotConfig(68, 4.889, new ModuleConfig(
RobotConfig config = new RobotConfig(68, 58, new ModuleConfig(
0.1016, 6000, 1.0, DCMotor.getNeoVortex(1), 50, 1),
new Translation2d(MODULE_OFFSET_XY, MODULE_OFFSET_XY),
new Translation2d(MODULE_OFFSET_XY, -MODULE_OFFSET_XY),
Expand Down

0 comments on commit ef4c540

Please sign in to comment.