toggle menu
BunyipsLib
v8.1.0-master-d40a7c907
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.roadrunner.messages
/
OTOSLocalizerInputsMessage
OTOSLocalizer
Inputs
Message
class
OTOSLocalizerInputsMessage
RoadRunner v1.0 logging message for the OTOS localizer.
Author
Lucas Bubner, 2025
Since
8.0.0
Members
Constructors
OTOSLocalizer
Inputs
Message
Link copied to clipboard
constructor
(
status
:
SparkFunOTOS.Status
,
acceleration
:
SparkFunOTOS.Pose2D
,
positionStdDev
:
SparkFunOTOS.Pose2D
,
velocityStdDev
:
SparkFunOTOS.Pose2D
,
accelerationStdDev
:
SparkFunOTOS.Pose2D
)
Properties
acceleration
Link copied to clipboard
open
var
acceleration
:
SparkFunOTOS.Pose2D
Measured acceleration.
acceleration
Std
Dev
Link copied to clipboard
open
var
accelerationStdDev
:
SparkFunOTOS.Pose2D
Standard deviation of acceleration.
position
Std
Dev
Link copied to clipboard
open
var
positionStdDev
:
SparkFunOTOS.Pose2D
Standard deviation of position.
status
Link copied to clipboard
open
var
status
:
SparkFunOTOS.Status
Reported status with warnings.
timestamp
Link copied to clipboard
open
var
timestamp
:
Long
The timestamp this message was created.
velocity
Std
Dev
Link copied to clipboard
open
var
velocityStdDev
:
SparkFunOTOS.Pose2D
Standard deviation of velocity.