#include <photon/PhotonPoseEstimator.h>
|
frc::Pose3d | estimatedPose |
| The estimated pose.
|
|
units::second_t | timestamp |
| The estimated time the frame used to derive the robot pose was taken, in the same timebase as the RoboRIO FPGA Timestamp.
|
|
wpi::SmallVector< PhotonTrackedTarget, 10 > | targetsUsed |
| A list of the targets used to compute this pose.
|
|
PoseStrategy | strategy |
| The strategy actually used to produce this pose.
|
|
◆ EstimatedRobotPose()
photon::EstimatedRobotPose::EstimatedRobotPose |
( |
frc::Pose3d | pose_, |
|
|
units::second_t | time_, |
|
|
std::span< const PhotonTrackedTarget > | targets, |
|
|
PoseStrategy | strategy_ ) |
|
inline |
◆ estimatedPose
frc::Pose3d photon::EstimatedRobotPose::estimatedPose |
◆ strategy
The strategy actually used to produce this pose.
◆ targetsUsed
A list of the targets used to compute this pose.
◆ timestamp
units::second_t photon::EstimatedRobotPose::timestamp |
The estimated time the frame used to derive the robot pose was taken, in the same timebase as the RoboRIO FPGA Timestamp.
The documentation for this struct was generated from the following file: