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

Mechanism/Motor CheckSystems #16

Open
allengregoryiv opened this issue Nov 23, 2023 · 2 comments
Open

Mechanism/Motor CheckSystems #16

allengregoryiv opened this issue Nov 23, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request WIP Work in Progress: still being written

Comments

@allengregoryiv
Copy link
Member

Mechanism abstract class gets a

Boolean checkSystem() method that runs the motor and checks it's currents, and velocity/position measurements to make sure they are working correctly.

@allengregoryiv allengregoryiv added the enhancement New feature or request label Nov 23, 2023
@Daniel-J101
Copy link
Contributor

checking the current/velocity/position could be done inside the method, but shouldn't this be used inside of a command in order to wait for the motor to run before checking measurements?

@allengregoryiv
Copy link
Member Author

Yes I think you are right, check system should be a command that is run on each mechanism.

@Daniel-J101 Daniel-J101 self-assigned this Dec 20, 2023
@Daniel-J101 Daniel-J101 added the WIP Work in Progress: still being written label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP Work in Progress: still being written
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants