PinpointLocalizerInputsMessage

RoadRunner v1.0 logging message for the Pinpoint localizer.

Author

Lucas Bubner, 2025

Since

8.0.0

Constructors

Link copied to clipboard
constructor(encoderX: Int, encoderY: Int, degUnnormalized: Double, status: GoBildaPinpointDriver.DeviceStatus, frequencyHz: Double)

Properties

Link copied to clipboard
Unnormalized heading of the robot in degrees.
Link copied to clipboard
open var encoderX: Int
Raw encoder reading of the parallel pod.
Link copied to clipboard
open var encoderY: Int
Raw encoder reading of the perpendicular pod.
Link copied to clipboard
Report update frequency of the Pinpoint in Hertz.
Link copied to clipboard
open var status: GoBildaPinpointDriver.DeviceStatus
Reported status of the Pinpoint.
Link copied to clipboard
open var timestamp: Long
The timestamp this message was created.