Class SwerveDrivetrainState
- java.lang.Object
 - 
- com.lightningrobotics.common.geometry.kinematics.DrivetrainState
 - 
- com.lightningrobotics.common.geometry.kinematics.swerve.SwerveDrivetrainState
 
 
 
- 
public class SwerveDrivetrainState extends DrivetrainState
 
- 
- 
Constructor Summary
Constructors Constructor Description SwerveDrivetrainState(SwerveModuleState[] states) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrivetrainStategetState()SwerveModuleState[]getStates()voidsetStates(SwerveModuleState[] states) 
 - 
 
- 
- 
Constructor Detail
- 
SwerveDrivetrainState
public SwerveDrivetrainState(SwerveModuleState[] states)
 
 - 
 
- 
Method Detail
- 
getStates
public SwerveModuleState[] getStates()
 
- 
setStates
public void setStates(SwerveModuleState[] states)
 
- 
getState
public DrivetrainState getState()
- Specified by:
 getStatein classDrivetrainState
 
 - 
 
 -