PoseMessage

RoadRunner v1.0 logging message for a current pose.

Since

6.0.0

Constructors

Link copied to clipboard
constructor(@NonNull pose: Pose2d)

Properties

Link copied to clipboard
open var heading: Double
The heading at this time.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.
Link copied to clipboard
open var x: Double
The x position at this time.
Link copied to clipboard
open var y: Double
The y position at this time.