mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-21 06:31:40 +00:00
Upgrading to 2025.7.0
This commit is contained in:
@@ -95,7 +95,7 @@ public class SwerveMath
|
||||
optimalVoltage
|
||||
/ calculateMaxAcceleration(wheelGripCoefficientOfFriction);
|
||||
/// ^ Volt-seconds^2 per meter (max voltage divided by max accel)
|
||||
return new SimpleMotorFeedforward(0, kv, ka);
|
||||
return new SimpleMotorFeedforward(0, kv, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user