mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-26 07:01:39 +00:00
Updated to 2024.4.6.1
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user