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

Aimbot refactor #14

Open
schineaj23 opened this issue Jan 14, 2022 · 1 comment
Open

Aimbot refactor #14

schineaj23 opened this issue Jan 14, 2022 · 1 comment
Labels
bug Something isn't working priority:high

Comments

@schineaj23
Copy link
Contributor

The aimbot in it's current state is a broken PID loop mess. The way it is implemented, it calls driveSubsystem.tankDrive() at the same time that its already being called by the TankDrive command.
It also tends to be off from dead center and not want to update saying minimum adjustment is too low, however the movement is close to zero with the minimum adjustment removed.
Throws error: DifferentialDrive not updated enough
The entire command likely needs a full refactor

@schineaj23 schineaj23 added bug Something isn't working priority:high labels Jan 14, 2022
@schineaj23
Copy link
Contributor Author

still needs to be refactored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high
Projects
None yet
Development

No branches or pull requests

1 participant