Package frc.robot
Class Telemetry
java.lang.Object
frc.robot.Telemetry
-
Constructor Summary
ConstructorsConstructorDescriptionTelemetry(double maxSpeed) Construct a telemetry object, with the specified max speed of the robot -
Method Summary
Modifier and TypeMethodDescriptionvoidAccept the swerve drive state and telemeterize it to SmartDashboard and SignalLogger.
-
Constructor Details
-
Telemetry
public Telemetry(double maxSpeed) Construct a telemetry object, with the specified max speed of the robot- Parameters:
maxSpeed- Maximum speed in meters per second
-
-
Method Details
-
telemeterize
Accept the swerve drive state and telemeterize it to SmartDashboard and SignalLogger.
-