Issaquah Robotics Society

Programming resources for FIRST Robotics team 1318

LoggingKeys

Within mechanisms, we log various details about a mechanism’s state to make it easier to set TuningConstants and to debug hardware and software issues on the robot. Where this information is sent depends on the robot’s configuration, but typically it can be viewed in the SmartDashboard, Elastic, or AdvantageScope running on the Driver Station laptop while the robot is running. The LoggingKey enumeration contains the list of every piece of information that is logged during operation, along with the corresponding names displayed in the log or on the dashboard.

To create your own LoggingKeys, reference the Adding Logging Keys page to guide you.