|
2025-Robot
Robot code for 2025 FRC season by Argos, FRC team #1756
|
#include <LimelightHelpers.h>
Public Member Functions | |
| PoseEstimate ()=default | |
| PoseEstimate (const frc::Pose2d &pose, units::time::second_t timestampSeconds, double latency, int tagCount, double tagSpan, double avgTagDist, double avgTagArea, const std::vector< RawFiducial > &rawFiducials, bool isMegaTag2) | |
Public Attributes | |
| frc::Pose2d | pose |
| units::time::second_t | timestampSeconds {0.0} |
| double | latency {0.0} |
| int | tagCount {0} |
| double | tagSpan {0.0} |
| double | avgTagDist {0.0} |
| double | avgTagArea {0.0} |
| std::vector< RawFiducial > | rawFiducials |
| bool | isMegaTag2 |
Represents a 3D Pose Estimate.
|
default |
|
inline |
| double LimelightHelpers::PoseEstimate::avgTagArea {0.0} |
| double LimelightHelpers::PoseEstimate::avgTagDist {0.0} |
| bool LimelightHelpers::PoseEstimate::isMegaTag2 |
| double LimelightHelpers::PoseEstimate::latency {0.0} |
| frc::Pose2d LimelightHelpers::PoseEstimate::pose |
| std::vector<RawFiducial> LimelightHelpers::PoseEstimate::rawFiducials |
| int LimelightHelpers::PoseEstimate::tagCount {0} |
| double LimelightHelpers::PoseEstimate::tagSpan {0.0} |
| units::time::second_t LimelightHelpers::PoseEstimate::timestampSeconds {0.0} |