Package frc.robot.services.vision
Interface Vision.VisionMeasurementConsumer
- Enclosing class:
- Vision
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for consuming vision measurements.
-
Method Summary
-
Method Details
-
accept
Accepts a new vision measurement for processing.- Parameters:
visionPose- The estimated pose from the vision system.timestamp- The timestamp of the measurement.stdDevs- A 3x1 matrix containing the standard deviations for x, y, and rotation.
-