Configuration for the pose estimator.
More...
#include <frc/apriltag/AprilTagPoseEstimator.h>
|
units::meter_t | tagSize |
| The tag size. More...
|
|
double | fx |
| Camera horizontal focal length, in pixels. More...
|
|
double | fy |
| Camera vertical focal length, in pixels. More...
|
|
double | cx |
| Camera horizontal focal center, in pixels. More...
|
|
double | cy |
| Camera vertical focal center, in pixels. More...
|
|
Configuration for the pose estimator.
◆ operator==()
bool frc::AprilTagPoseEstimator::Config::operator== |
( |
const Config & |
| ) |
const |
|
default |
◆ cx
double frc::AprilTagPoseEstimator::Config::cx |
Camera horizontal focal center, in pixels.
◆ cy
double frc::AprilTagPoseEstimator::Config::cy |
Camera vertical focal center, in pixels.
◆ fx
double frc::AprilTagPoseEstimator::Config::fx |
Camera horizontal focal length, in pixels.
◆ fy
double frc::AprilTagPoseEstimator::Config::fy |
Camera vertical focal length, in pixels.
◆ tagSize
units::meter_t frc::AprilTagPoseEstimator::Config::tagSize |
The documentation for this struct was generated from the following file: