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

Add TuneG, TuneS, and TuneV to wpi_interface.feedforward_tuning #26

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aidnem
Copy link
Contributor

@aidnem aidnem commented Oct 9, 2024

Adds the following classes for feedforward tuning under wpi_interface.feedforward_tuning:

  • TuneG
  • TuneS
  • TuneV

Also add coppercore.controls as a dependency of wpi_interface. UNTESTED - This code needs to be built and tested before it is used, as it wouldn't build properly in GitHub codespaces.

Also add coppercore.controls as a dependency of wpi_interface.
UNTESTED - This code needs to be built and tested before it is used,
as it wouldn't build properly in GitHub codespaces.
@aidnem aidnem linked an issue Oct 9, 2024 that may be closed by this pull request
@aidnem
Copy link
Contributor Author

aidnem commented Oct 9, 2024

I'm getting the following error and can't really figure out how to fix it:

/__w/coppercore/coppercore/wpi_interface/src/main/java/feedforward_tuning/TuneS.java:9: error: cannot access Sendable

I'll work on it some more when I get home to try and fix it but if anybody knows what's wrong please tell me :)

@aidnem
Copy link
Contributor Author

aidnem commented Oct 9, 2024

Note to self for later: Apparently I need to update WPILib or something?.
@jkleiber if you believe this falls under your domain of devOps issues, I would gladly accept some assistance about why none of my imports are working. If you have more important things to do, no worries, I'll probably figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add TuneG, TuneS, and TuneV
1 participant