toggle menu
2024Crescendo
jvm
switch theme
search in API
2024Crescendo
/
lib.vision
/
LimelightHelpers
/
PoseEstimate
Pose
Estimate
open
class
PoseEstimate
Members
Constructors
Pose
Estimate
Link copied to clipboard
constructor
(
pose
:
Pose2d
,
timestampSeconds
:
Double
,
latency
:
Double
,
tagCount
:
Int
,
tagSpan
:
Double
,
avgTagDist
:
Double
,
avgTagArea
:
Double
)
Properties
avg
Tag
Area
Link copied to clipboard
open
var
avgTagArea
:
Double
avg
Tag
Dist
Link copied to clipboard
open
var
avgTagDist
:
Double
latency
Link copied to clipboard
open
var
latency
:
Double
pose
Link copied to clipboard
open
var
pose
:
Pose2d
tag
Count
Link copied to clipboard
open
var
tagCount
:
Int
tag
Span
Link copied to clipboard
open
var
tagSpan
:
Double
timestamp
Seconds
Link copied to clipboard
open
var
timestampSeconds
:
Double