Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

TurretHome is Not Threaded #68

Open
stulewin opened this issue Mar 12, 2022 · 0 comments
Open

TurretHome is Not Threaded #68

stulewin opened this issue Mar 12, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@stulewin
Copy link
Contributor

The turret home holds the execution of the whole robot while doing the homing. It should be a one shot command to spawn a thread or something within the subsystem, that then prevents other things from using the turret until it is done. Or maybe the command stays active until it is homed, at which point isFinished() returns true. But the interactions of the positional adjustments can't be on the main execution thread.

@stulewin stulewin added the bug Something isn't working label Mar 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant