Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Update PIDController.java to run on a separate thread #37

Open
BrandonPacewic opened this issue Jan 8, 2023 · 1 comment
Open

Update PIDController.java to run on a separate thread #37

BrandonPacewic opened this issue Jan 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@BrandonPacewic
Copy link
Member

BrandonPacewic commented Jan 8, 2023

The main reason that this is necessary is that it will allow for the running of both Roadrunner trajectories and the PID at the same time without using the async stuff from roadrunner. Not having a async PID and instead relying on another library's implementation of one is a very non programmer solution to a purely programming type problem.

@BrandonPacewic BrandonPacewic added the enhancement New feature or request label Jan 8, 2023
@BrandonPacewic BrandonPacewic self-assigned this Jan 8, 2023
@BrandonPacewic
Copy link
Member Author

Unfortunately this may not be possible due to the sdks insistence that only one thread can control hardware at a time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant