mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-24 06:51:39 +00:00
Updated support for Talons
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package frc.robot.subsystems.swervedrive2.swervelib.parser.json;
|
||||
package swervelib.parser.json;
|
||||
|
||||
import edu.wpi.first.math.util.Units;
|
||||
import frc.robot.subsystems.swervedrive2.swervelib.parser.SwerveModulePhysicalCharacteristics;
|
||||
import swervelib.parser.SwerveModulePhysicalCharacteristics;
|
||||
|
||||
/**
|
||||
* {@link frc.robot.subsystems.swervedrive2.swervelib.parser.SwerveModulePhysicalCharacteristics} parsed data. Used to
|
||||
* configure the SwerveModule.
|
||||
* {@link swervelib.parser.SwerveModulePhysicalCharacteristics} parsed data. Used to configure the SwerveModule.
|
||||
*/
|
||||
public class PhysicalPropertiesJson
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user