toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
PoseMessage
Pose
Message
class
PoseMessage
RoadRunner v1.0 logging message for a current pose.
Since
6.0.0
Members
Constructors
Pose
Message
Link copied to clipboard
constructor
(
@
NonNull
pose
:
Pose2d
)
Properties
heading
Link copied to clipboard
open
var
heading
:
Double
The heading at this time.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.
x
Link copied to clipboard
open
var
x
:
Double
The x position at this time.
y
Link copied to clipboard
open
var
y
:
Double
The y position at this time.