Class PoseEstimator

java.lang.Object
io.github.roboblazers7617.limelight.PoseEstimator

public class PoseEstimator extends Object
Class to get pose estimate data from a Limelight.
  • Constructor Details

  • Method Details

    • getBotPoseEstimates

      public PoseEstimate[] getBotPoseEstimates()
      Gets the pose estimates for this PoseEstimator.
      Returns:
      Array of pose estimates from this PoseEstimator.
    • validPoseEstimate

      public Boolean validPoseEstimate(PoseEstimate pose)
      Returns whether or not the given pose estimate is valid.
      Parameters:
      pose - Pose estimate to check.
      Returns:
      Is this pose estimate valid?