RobotState

object RobotState : OnCreateEventLoop

Holder for the NextFTC robot class and instance. This is initialized during the OnCreateEventLoop phase of the app lifecycle. The robot instance is created using the constructor found by RobotScanner.

Properties

Link copied to clipboard
open val adjacencyRule: AdjacencyRule<OnCreateEventLoop, Graph<OnCreateEventLoop>>

Functions

Link copied to clipboard
open override fun onCreateEventLoop(context: Context, ftcEventLoop: FtcEventLoop)