Class OculusStatus.Mosi
java.lang.Object
frc.alotobots.library.subsystems.vision.oculus.util.OculusStatus.Mosi
- Enclosing class:
- OculusStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Clear statusstatic final int
Command to ping the systemstatic final int
Command to reset the headingstatic final int
Command to reset the pose -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMAND_CLEAR
public static final int COMMAND_CLEARClear status- See Also:
-
COMMAND_RESET_HEADING
public static final int COMMAND_RESET_HEADINGCommand to reset the heading- See Also:
-
COMMAND_RESET_POSE
public static final int COMMAND_RESET_POSECommand to reset the pose- See Also:
-
COMMAND_PING
public static final int COMMAND_PINGCommand to ping the system- See Also:
-
-
Constructor Details
-
Mosi
public Mosi()
-