mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Fix units typo (#7789)
This commit is contained in:
@@ -104,7 +104,7 @@ public class SimpleMotorFeedforward implements ProtobufSerializable, StructSeria
|
||||
/**
|
||||
* Sets the acceleration gain.
|
||||
*
|
||||
* @param ka The acceleration gain in V/(units/2²).
|
||||
* @param ka The acceleration gain in V/(units/s²).
|
||||
*/
|
||||
public void setKa(double ka) {
|
||||
this.ka = ka;
|
||||
|
||||
Reference in New Issue
Block a user