Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Drivetrain] Profile robot using SysID #3

Open
DrewTheRat opened this issue Jan 22, 2023 · 0 comments
Open

[Drivetrain] Profile robot using SysID #3

DrewTheRat opened this issue Jan 22, 2023 · 0 comments
Assignees
Labels
Drivetrain Relating to Swerve Modules or Drivetrain subsystem

Comments

@DrewTheRat
Copy link
Contributor

Read the Path Planning section of the WPILib documentation, especially the System Identification section.

  1. Create the robot project to use for system identification (extra steps are required for Swerve support).
  2. Run the system identification on the Swerve base and save the data for use in the DriveTrain and constants.

The data from SysId is how we will tune the PID for autonomous path following.

Save the SysId project so we can re-use it later to profile the final robot (after mechanisms are added)

@rshah713 rshah713 added the Drivetrain Relating to Swerve Modules or Drivetrain subsystem label Jan 22, 2023
@DrewTheRat DrewTheRat changed the title Drivetrain: Profile robot using SysID [Drivetrain] Profile robot using SysID Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Drivetrain Relating to Swerve Modules or Drivetrain subsystem
Projects
None yet
Development

No branches or pull requests

5 participants