Skip to content

Commit

Permalink
Fixed javadocs.
Browse files Browse the repository at this point in the history
Signed-off-by: thenetworkgrinch <thenetworkgrinch@users.noreply.github.com>
  • Loading branch information
thenetworkgrinch committed Feb 3, 2024
1 parent a798651 commit dad1632
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/swervelib/SwerveDriveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,12 @@ public static Config createConfigCustomTimeout(double timeout)
}

/**
* Logs output, position and velocuty info form the drive motor to the SysIdRoutineLog
* Logs output, position and velocuty info form the drive motor to the SysIdRoutineLog <br /> Although SysIdRoutine
* expects to be logging Voltage, this function logs in Duty-Cycle (percent output) because it results in correctly
* adjusted values in the analysis for use in this library.
*
* @param module - the swerve module being logged
* @param log - the logger
* @apiNote Although SysIdRoutine expects to be logging Voltage, this function logs in Duty-Cycle (percent output)
* because it results in correctly adjusted values in the analysis for use in this library.
*/
public static void logDriveMotorDutyCycle(SwerveModule module, SysIdRoutineLog log)
{
Expand Down Expand Up @@ -321,12 +321,12 @@ public static SysIdRoutine setDriveSysIdRoutine(Config config, SubsystemBase swe
}

/**
* Logs info about the angle motor to the SysIdRoutineLog
* Logs info about the angle motor to the SysIdRoutineLog. <br /> Although SysIdRoutine expects to be logging Voltage,
* this function logs in Duty-Cycle (percent output) because it results in correctly adjusted values in the analysis
* for use in this library.
*
* @param module - the swerve module being logged
* @param log - the logger
* @apiNote Although SysIdRoutine expects to be logging Voltage, this function logs in Duty-Cycle (percent output)
* because it results in correctly adjusted values in the analysis for use in this library.
*/
public static void logAngularMotorDutyCycle(SwerveModule module, SysIdRoutineLog log)
{
Expand Down

0 comments on commit dad1632

Please sign in to comment.