HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.util
/
PoseMessage
/
PoseMessage
Pose
Message
constructor
(
pose
:
Pose2d
,
x
:
Double
=
pose.position.x
,
y
:
Double
=
pose.position.y
,
heading
:
Double
=
pose.heading.toDouble()
,
timestamp
:
Long
=
System.nanoTime()
)