You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yall/python/yall/limelight.py
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -709,6 +709,8 @@ class ImuMode(Enum):
709
709
ExternalImu=0# Use external IMU yaw submitted via {@link withRobotOrientation} for MT2 localization. The internal IMU is ignored entirely.
710
710
SyncInternalImu=1# Use external IMU yaw submitted via {@link withRobotOrientation} for MT2 localization. The internal IMU is synced with the external IMU.
711
711
InternalImu=2# Use internal IMU for MT2 localization. Ignores external IMU updates from {@link withRobotOrientation}.
712
+
InternalImuMT1Assist=3# Use internal IMU for MT2 localization. The internal IMU will utilize filtered MT1 yaw estimates for continuous heading correction.
713
+
InternalImuExternalAssist=4# Use internal IMU for MT2 localization. The internal IMU will utilize the external IMU for continuous heading correction.
0 commit comments