mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated swervelib documentation and merged @7910f6ba7ee4 PR
This commit is contained in:
@@ -210,6 +210,11 @@ public class SwerveModule
|
||||
return new SwerveModuleState2(velocity, azimuth, omega);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the position of the swerve module.
|
||||
*
|
||||
* @return {@link SwerveModulePosition} of the swerve module.
|
||||
*/
|
||||
public SwerveModulePosition getPosition()
|
||||
{
|
||||
double position;
|
||||
|
||||
Reference in New Issue
Block a user