Interface RobotPoseIO
public interface RobotPoseIO
Defines the contract for robot pose telemetry inputs that AdvantageKit will log.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classContainer of robot pose telemetry fields that AdvantageKit will persist. -
Method Summary
Modifier and TypeMethodDescriptionvoidRefreshes the inputs structure with the latest robot pose telemetry.
-
Method Details
-
updateInputs
Refreshes the inputs structure with the latest robot pose telemetry.- Parameters:
inputs- mutable inputs container to populate for logging
-