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

Add feedback controls for both locomotion motors in microcontroller-side program. #4

Open
bsawka opened this issue Jan 8, 2021 · 0 comments
Assignees

Comments

@bsawka
Copy link
Collaborator

bsawka commented Jan 8, 2021

We've had a pretty consistent problem over the past year or so where C1C0 doesn't really drive straight, and I think I've diagnosed the problem - to summarize, despite the two motors having closed-loop feedback controllers built in to their drivers, they currently are treated as the only system in the universe and have no information about the other motor. What's necessary is to provide feedback from each motor to the microcontroller sending PWM signals to each driver, and adjust the signals using some robust controller design. There are many ways to approach this, and it could be quite the undertaking.

@bsawka bsawka self-assigned this Jan 8, 2021
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

No branches or pull requests

1 participant