Updated to 2024.4.6.1

This commit is contained in:
thenetworkgrinch
2024-01-22 15:11:18 -06:00
parent 7c76cffc78
commit a20a6b83af
120 changed files with 923 additions and 603 deletions

View File

@@ -27,6 +27,13 @@ public abstract class SwerveIMU
*/
public abstract void setOffset(Rotation3d offset);
/**
* Set the gyro to invert its default direction.
*
* @param invertIMU gyro direction
*/
public abstract void setInverted(boolean invertIMU);
/**
* Fetch the {@link Rotation3d} from the IMU without any zeroing. Robot relative.
*