-
Notifications
You must be signed in to change notification settings - Fork 0
Networktables cleanup #4
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
base: main
Are you sure you want to change the base?
Conversation
multiple paths, added intermediarypose method
…oldfish into swerve-improvements
(doesn't work)
…n limiting code and changed sigmoid compensation
|
There are a lot of commits in this PR that aren't related to Networktables. Was this work done on the correct starting branch? |
|
I first made the new branch networktables-cleanup then set the origin there, and then I made the cleanup commit in that branch. On Source Control in VS all the previous commits are in swerve-improvements, so I'm not sure how I have 24 commits merging into main. |
|
You might've been on a different branch than main, or your local main branch was not fully merged with origin/main when you created the networktables-cleanup branch. Either way, first, we need to get to the bottom of it, then decide how to proceed. |
Changed all smartdashboard lines into organized networktables in SwerveBase and TalonFXModule (Every module has its own desired and current velocity and accel stuff).