-
Notifications
You must be signed in to change notification settings - Fork 11
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
Docking sensor event not exist #11
Comments
The basics of this are in |
Pre 0.5.0 * Add color sensor support (close #4) * Add docking sensor support (close #11) * Fix logical error causing events to not save state without handlers * Use proper Python enums for most getter types and commands * Update and add examples * General syntax improvements * Add experimental and questionably-documented Turtle _backend_ * Bump minimum Python version to 3.10
Because I saw your other question -- there was some merge weirdness here because someone pressed the wrong button, and then I did a bad job rewriting the history. But rest assured, this is merged in. |
Ah, I figured once I dug into it I noticed that it was merged so I deleted my comment. I like what you did with it much better and improved. |
I have create3 robot Firmware version (G.3.1) and have found that the docking sensor event has not been added yet for the robot found here https://github.com/iRobotEducation/root-robot-ble-protocol#command-0---docking-sensor-event
I have done an override class to implement it
I only did a simple implementation of this. Can this be added to the create3.py, maybe with [int, int, int] or something similar to have a more specific control over what it is sensing.
The text was updated successfully, but these errors were encountered: