Telemetry
Telemetry allows you to monitor the robot's status, sensor readings, and other critical information in real-time during operation.It is useful for debugging, troubleshooting, performance monitoring, data logging and more. The blocks here allow you to show telemetry data.
addData (key and number)
Sends key and numeric value to Driver Station for display. The telemetry shows “key: 123” in the given example.
addData (key and text)
Sends key and text value to Driver Station for display. The telemetry shows “key: text” in the given example.
call Telemetry.update
Sends accumulated telemetry data and causes the driver station to display it. Before calling this function, the telemetry information is buffered and not visible.