mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated YAGSL to support CANandEncoders.
This commit is contained in:
@@ -39,7 +39,7 @@ public class PhysicalPropertiesJson
|
||||
* your drive train does not drift towards the direction you are rotating while you translate. Default value is 0. If
|
||||
* robot arcs while translating and rotating negate this.
|
||||
*/
|
||||
public double moduleFeedForwardClosedLoop = SwerveDriveTelemetry.isSimulation ? -0.33 : 0;
|
||||
public double moduleFeedForwardClosedLoop = SwerveDriveTelemetry.isSimulation ? 0.33 : 0;
|
||||
/**
|
||||
* DEPRECATED: No longer needed, tune {@link PhysicalPropertiesJson#moduleFeedForwardClosedLoop} instead.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user