Package frc.robot.subsystems.quest
Class Quest
java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.subsystems.quest.Quest
quest subsystem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.SubsystemBase
addChild, getName, getSubsystem, initSendable, setName, setSubsystem
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
Quest
Quest Constructor and initlizer
-
-
Method Details
-
periodic
public void periodic() -
getPose
Method for retreaving current processed questPose- Returns:
- Current processed questPose
-
setPose
Sets the pose to the current location in robotStates global estmate- Returns:
- sets quest pose
-