Skip to content

Commit f2143a0

Browse files
committed
updated fuel weight
1 parent 506f260 commit f2143a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yagsl/java/swervelib/simulation/ironmaple/simulation/seasonspecific/rebuilt2026/RebuiltFuelOnField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
public class RebuiltFuelOnField extends GamePieceOnFieldSimulation {
1919
public static final GamePieceInfo REBUILT_FUEL_INFO = new GamePieceInfo(
20-
"Fuel", new Circle(Centimeters.of(7.5).in(Meters)), Centimeter.of(15), Kilograms.of(2.13), 1.8, 5, 0.8);
20+
"Fuel", new Circle(Centimeters.of(7.5).in(Meters)), Centimeter.of(15), Pounds.of(0.5), 1.8, 5, 0.8);
2121

2222
public RebuiltFuelOnField(Translation2d initialPosition) {
2323
super(REBUILT_FUEL_INFO, new Pose2d(initialPosition, new Rotation2d()));

0 commit comments

Comments
 (0)