Telemetry
How it works?
/**
* Verbosity of telemetry data sent back.
*/
public enum TelemetryVerbosity
{
/**
* No telemetry data is sent back.
*/
NONE,
/**
* Low telemetry data, only post the robot position on the field.
*/
LOW,
/**
* Medium telemetry data, swerve directory
*/
INFO,
/**
* Info level + field info
*/
POSE,
/**
* Full swerve drive data is sent back in both human and machine readable forms.
*/
HIGH,
/**
* Only send the machine readable data related to swerve drive.
*/
MACHINE
}How do I enable it?
What does it do?
Swerve Module

Swerve Drive

Recommended Shuffleboard Layout

Alternative Dashboard Support
Last updated