-
Notifications
You must be signed in to change notification settings - Fork 55
Frisbeebot example #58
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
Conversation
…of the program to be in docstring.
Co-authored-by: David Vo <[email protected]>
@virtuald should i add the frisbeebot example to ignored tests? It works as intended in simulation but setDistancePerPulse fails the test even though it seems like nothing has changed from 2022. |
Let me take a look locally. |
The problem is that all of your motors/encoders are initialized at the class level instead of in |
I'm going to go ahead and fix this locally, adjust some of the style to match python better, and push a new PR using the fixes in a few minutes. Thanks! |
Closed in favor of #59 |
extension of #56, as you can't change which branch you want to merge from on a ongoing pr.