Skip to content

Commit

Permalink
test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusUniversee committed Apr 18, 2022
1 parent a01cca7 commit eb9cef8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ public class DriveTrain extends SubsystemBase{
private SwerveDriveKinematics m_kinematics;

double wkP, wkI, wkD;
//


//initializes the drive train

public static DriveTrain getInstance(){
if (m_instance == null){
m_instance = new DriveTrain();
Expand Down

0 comments on commit eb9cef8

Please sign in to comment.