mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
21 lines
349 B
YAML
21 lines
349 B
YAML
|
|
classes:
|
||
|
|
frc::OnboardIMU:
|
||
|
|
enums:
|
||
|
|
MountOrientation:
|
||
|
|
methods:
|
||
|
|
OnboardIMU:
|
||
|
|
GetYaw:
|
||
|
|
ResetYaw:
|
||
|
|
GetRotation2d:
|
||
|
|
GetRotation3d:
|
||
|
|
GetQuaternion:
|
||
|
|
GetAngleX:
|
||
|
|
GetAngleY:
|
||
|
|
GetAngleZ:
|
||
|
|
GetGyroRateX:
|
||
|
|
GetGyroRateY:
|
||
|
|
GetGyroRateZ:
|
||
|
|
GetAccelX:
|
||
|
|
GetAccelY:
|
||
|
|
GetAccelZ:
|