Memory

open class Memory

Represents in-memory storage for the robot.

Properties

Link copied to clipboard
Static array of hardware errors stored via hardware name.
Link copied to clipboard
open var lastKnownPosition: Pose2d
The last known position of the robot from odometry localization.
Link copied to clipboard
The last known/selected StartingConfiguration.Position object, which can be used to access the last selected alliance, starting position, or other flags as defined by this object selected.

Functions

Link copied to clipboard
open fun clear()
Clear all volatile memory related to the robot.
Link copied to clipboard
open fun clearVolatile()
Clear the volatile HashMap.
Link copied to clipboard
Get a volatile value from memory stored by key in setVolatile.
Link copied to clipboard
open fun setVolatile(@NonNull key: String, @NonNull value: Any)
Set a volatile value in memory stored by key.