-
Notifications
You must be signed in to change notification settings - Fork 34
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
Added ultrabot (ultrasonic sensorsh) #2
base: master
Are you sure you want to change the base?
Conversation
added ultrabot (ultrasonic, different encoders)
This looks great! I merged your pull request. I was just sitting down to write something similar to incorporate the QuickBot v2 code. But I like how you have structured it. I am going to make a new branch for the QuickBot v1 and not update that anymore. Then merge in the new code for QuickBot v2 into the master branch. That way people from the course with original QuickBot can still get to the original code. Do you think that is the best approach? Or I can just add a new class file in the "xbots" folder called "quickbot_v2.py" I guess the repo name needs to be updated. Maybe xbot_bbb instead of quickbot_bbb. |
Oh nice that was fast. Yeah i would add the v2 version simply as an new py file as you proposed. In the
If we get more bot's in the future we can reconsider a renaming!? |
fixed pin assignments to match course materials
Some more changes to my ultrabot. i moved the ultrasonic sensors read to a own thread. |
Hi i've added my ultrasonic, different encoders version bot to the code. I rearange the code base and cleand it up (pep8).
I hope i find next week the time to add it to the o-botics site and some pictures ;)