Skip to content

Commit

Permalink
Update wpimath/src/main/java/edu/wpi/first/math/controller/ArmFeedfor…
Browse files Browse the repository at this point in the history
…ward.java

Co-authored-by: Tyler Veness <[email protected]>
  • Loading branch information
narmstro2020 and calcmogul authored Sep 13, 2024
1 parent abf3d60 commit ff91176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ArmFeedforward implements ProtobufSerializable, StructSerializable
/** The period, in seconds. */
private final double m_dt;

// ** The calculated output voltage measure */
/** The calculated output voltage measure */
private final MutVoltage output = Volts.mutable(0.0);

/**
Expand Down

0 comments on commit ff91176

Please sign in to comment.