Package com.marslib.vision
Interface AprilTagVisionIO
- All Known Implementing Classes:
AprilTagVisionIOLimelight,AprilTagVisionIOPhoton,AprilTagVisionIOSim
public interface AprilTagVisionIO
Hardware abstraction interface for physical AprilTag tracking cameras.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetRobotOrientation(double yaw, double yawRate, double pitch, double pitchRate, double roll, double rollRate) Updates the camera configuration with the robot's current gyroscope orientationdefault void
-
Method Details
-
updateInputs
-
setRobotOrientation
default void setRobotOrientation(double yaw, double yawRate, double pitch, double pitchRate, double roll, double rollRate) Updates the camera configuration with the robot's current gyroscope orientation
-