mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-20 06:31:39 +00:00
Updated support for Talons
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package frc.robot.subsystems.swervedrive2.swervelib.parser.json;
|
||||
package swervelib.parser.json;
|
||||
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.parser.PIDFConfig;
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.parser.SwerveControllerConfiguration;
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.parser.SwerveDriveConfiguration;
|
||||
import swervelib.parser.PIDFConfig;
|
||||
import swervelib.parser.SwerveControllerConfiguration;
|
||||
import swervelib.parser.SwerveDriveConfiguration;
|
||||
|
||||
/**
|
||||
* {@link frc.robot.subsystems.swervedrive2.swervelib.SwerveController} parsed class. Used to access the JSON data.
|
||||
* {@link swervelib.SwerveController} parsed class. Used to access the JSON data.
|
||||
*/
|
||||
public class ControllerPropertiesJson
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user