Robot Config
object RobotConfig
This is an immutable object representing robot configuration.
It is meant to orchestrate FTC Dashboard and other configuration together.
Certain sub-objects are annotated with @Config
. This designates them as FTC Dashboard configuration that can be modified at runtime. To permanently change these values, you must also modify the code! The configuration can also change during initialization depending on various build constants like debug.
Types
Link copied to clipboard
object AprilMovement
Configuration related to moving using april tags.
Link copied to clipboard
object AprilVision
Configuration related to scanning april tags.
Link copied to clipboard
object CubeVision
Configuration related to the CubeVision API.
Link copied to clipboard
object MotorController
Link copied to clipboard
object PixelPlacer
Link copied to clipboard
object TeleOpMain
Configuration related to the TeleOpMain opmode.