toggle menu
2024Crescendo
jvm
switch theme
search in API
2024Crescendo
/
lib.vision
/
VisionMeasurement
Vision
Measurement
data
class
VisionMeasurement
(
val
position
:
Pose3d
,
val
timestamp
:
Double
=
Timer.getFPGATimestamp()
,
val
latency
:
Double
=
0.0
)
Members
Constructors
Vision
Measurement
Link copied to clipboard
constructor
(
position
:
Pose3d
,
timestamp
:
Double
=
Timer.getFPGATimestamp()
,
latency
:
Double
=
0.0
)
Properties
latency
Link copied to clipboard
val
latency
:
Double
=
0.0
position
Link copied to clipboard
val
position
:
Pose3d
timestamp
Link copied to clipboard
val
timestamp
:
Double