Class QuestNavIO.QuestNavIOInputs
java.lang.Object
frc.alotobots.library.subsystems.vision.questnav.io.QuestNavIO.QuestNavIOInputs
- Direct Known Subclasses:
QuestNavIOInputsAutoLogged
- Enclosing interface:
- QuestNavIO
Data structure for QuestNav inputs that can be automatically logged.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleBattery level percentagebooleanIs the Quest currently connectedbooleanDoes the QuestNav have 6dof tracking?doubleQuest > Robot Latency in MSPose FramesintTotal number of tracking lost events since the Quest has booted -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connected
public boolean connectedIs the Quest currently connected -
trackingLostCounter
public int trackingLostCounterTotal number of tracking lost events since the Quest has booted -
currentlyTracking
public boolean currentlyTrackingDoes the QuestNav have 6dof tracking? -
batteryPercent
public double batteryPercentBattery level percentage -
latency
public double latencyQuest > Robot Latency in MS
-
-
Constructor Details
-
QuestNavIOInputs
public QuestNavIOInputs()
-