mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Added Tuner X reccommendation if compatible config is used. Added QOL improvment functions
This commit is contained in:
@@ -394,6 +394,16 @@ public class SwerveModule
|
||||
return driveMotor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the {@link SwerveAbsoluteEncoder} for the {@link SwerveModule}.
|
||||
*
|
||||
* @return {@link SwerveAbsoluteEncoder} for the swerve module.
|
||||
*/
|
||||
public SwerveAbsoluteEncoder getAbsoluteEncoder()
|
||||
{
|
||||
return absoluteEncoder;
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch the {@link SwerveModuleConfiguration} for the {@link SwerveModule} with the parsed configurations.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user