2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
Wraps members of LimelightTarget for use elsewhere. More...
#include <vision_subsystem.h>
Public Attributes | |
frc::Pose3d | robotPose |
3d pose of robot relative to field center | |
frc::Pose3d | robotPoseWPI |
3d pose of robot relative to WPI reference for active alliance | |
frc::Pose3d | robotPoseTagSpace |
3d pose of robot relative to primary april tag (biggest?) | |
bool | hasTargets |
True if the camera has a target it can read. | |
units::degree_t | m_pitch |
Pitch of target relative to camera -24.85 to 24.85 degrees. | |
units::degree_t | m_yaw |
Yaw of target relative to camera -31.65 to 31.65 degrees. | |
double | m_area |
Area of the target in percentage of total pixels. | |
units::millisecond_t | totalLatency |
Total latency. | |
Wraps members of LimelightTarget for use elsewhere.
bool LimelightTarget::tValues::hasTargets |
True if the camera has a target it can read.
double LimelightTarget::tValues::m_area |
Area of the target in percentage of total pixels.
units::degree_t LimelightTarget::tValues::m_pitch |
Pitch of target relative to camera -24.85 to 24.85 degrees.
units::degree_t LimelightTarget::tValues::m_yaw |
Yaw of target relative to camera -31.65 to 31.65 degrees.
frc::Pose3d LimelightTarget::tValues::robotPose |
3d pose of robot relative to field center
frc::Pose3d LimelightTarget::tValues::robotPoseTagSpace |
3d pose of robot relative to primary april tag (biggest?)
frc::Pose3d LimelightTarget::tValues::robotPoseWPI |
3d pose of robot relative to WPI reference for active alliance
units::millisecond_t LimelightTarget::tValues::totalLatency |
Total latency.