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

feat(motor-control): check for stalls when motor is idle #819

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ryanthecoder
Copy link
Contributor

We occasionally encounter an issue where a motor gets jostled because of another motor, and the stall is not detected until the next time that motor tries to move. This would make the protocol fail in an unrecoverable way instead of running through stall error recovery.
This creates a new idle check that makes sure the motor stays where it is when idle and otherwise sends a collision detected.

@ryanthecoder ryanthecoder force-pushed the EXEC-870-check-for-idle-stalls branch from 7ac2329 to 33b500c Compare February 7, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant