Skip to content

Commit

Permalink
started adding sysid
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Nov 17, 2024
1 parent 1df7e1a commit 69066d5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ public class CommandSwerveDrivetrain extends SwerveDrivetrain implements Subsyst
// auton request
private final ApplyRobotSpeeds _robotSpeedsRequest = new ApplyRobotSpeeds();

// sysid requests
private final SysIdSwerveTranslation _translationSysIdRequest = new SysIdSwerveTranslation();
private final SysIdSwerveSteerGains _steerSysIdRequest = new SysIdSwerveSteerGains();
private final SysIdSwerveRotation _rotationSysIdRequest =
new SysIdSwerveRotation(); // how does this work?

private double _lastSimTime = 0;
private Notifier _simNotifier;

Expand Down

0 comments on commit 69066d5

Please sign in to comment.