Visual interfacing changes, needs more work before an actual implementation is tried with PhotonLib
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
package frc.robot.utilities;
|
||||
|
||||
import edu.wpi.first.math.geometry.Pose2d;
|
||||
|
||||
public interface VisualPoseProvider {
|
||||
public record VisualPose(Pose2d visualPose, double timestamp) {}
|
||||
|
||||
public VisualPose getVisualPose();
|
||||
}
|
||||
Reference in New Issue
Block a user