mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-20 06:31:39 +00:00
Updated to 2024.4.8.8
This commit is contained in:
@@ -379,8 +379,10 @@ public class SwerveModule
|
||||
|
||||
if (SwerveDriveTelemetry.verbosity == TelemetryVerbosity.HIGH)
|
||||
{
|
||||
SmartDashboard.putNumber("swerve/modules/" + configuration.name + "/Speed Setpoint", desiredState.speedMetersPerSecond);
|
||||
SmartDashboard.putNumber("swerve/modules/" + configuration.name + "/Angle Setpoint", desiredState.angle.getDegrees());
|
||||
SmartDashboard.putNumber("swerve/modules/" + configuration.name + "/Speed Setpoint",
|
||||
desiredState.speedMetersPerSecond);
|
||||
SmartDashboard.putNumber("swerve/modules/" + configuration.name + "/Angle Setpoint",
|
||||
desiredState.angle.getDegrees());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user