mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-22 06:41:39 +00:00
Updated support for Talons
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package frc.robot.subsystems.swervedrive2.swervelib.parser.json;
|
||||
package swervelib.parser.json;
|
||||
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.parser.PIDFConfig;
|
||||
import swervelib.parser.PIDFConfig;
|
||||
|
||||
/**
|
||||
* {@link frc.robot.subsystems.swervedrive2.swervelib.SwerveModule} PID with Feedforward for the drive motor and angle
|
||||
* motor.
|
||||
* {@link swervelib.SwerveModule} PID with Feedforward for the drive motor and angle motor.
|
||||
*/
|
||||
public class PIDFPropertiesJson
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user