Package com.limelight
Class LimelightHelpers
java.lang.Object
com.limelight.LimelightHelpers
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBotPoseEstimate_wpiBlue(String limelightName) getBotPoseEstimate_wpiBlue_MegaTag2(String limelightName) static voidSetRobotOrientation(String limelightName, double yaw, double yawRate, double pitch, double pitchRate, double roll, double rollRate) Pushes the robot's orientation directly to the Limelight over NetworkTables.
-
Constructor Details
-
LimelightHelpers
public LimelightHelpers()
-
-
Method Details
-
getBotPoseEstimate_wpiBlue
-
getBotPoseEstimate_wpiBlue_MegaTag2
public static LimelightHelpers.PoseEstimate getBotPoseEstimate_wpiBlue_MegaTag2(String limelightName) -
SetRobotOrientation
public static void SetRobotOrientation(String limelightName, double yaw, double yawRate, double pitch, double pitchRate, double roll, double rollRate) Pushes the robot's orientation directly to the Limelight over NetworkTables. This is required for accurate Megatag 2 solve generation and pitch correction.
-