BroncBotz3481/YAGSL

Use calculated kA, kV, and kS constants for module feedforward

Closed this issue · 1 comments

Currently, these constants are calculated by public static SimpleMotorFeedforward createDriveFeedforward(double optimalVoltage, double maxSpeed, double wheelGripCoefficientOfFriction) in SwerveMath, however I would like a way to provide my own kV, kA, and kS, constants so I can use my sysid calculated values.

You could add an optional entry to one of the JSONs.