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

dock roomba i7 #3

Open
davf02 opened this issue Mar 12, 2023 · 0 comments
Open

dock roomba i7 #3

davf02 opened this issue Mar 12, 2023 · 0 comments

Comments

@davf02
Copy link

davf02 commented Mar 12, 2023

Hi,

With my roomba i7, the off command, when off action is set on "Go to dock", just stop the roomba without returning it to the base.
I've made a fix in the script to fix that:
In the onCommand method, when Mode1 == 1, between the stop and dock command i do a:
time.sleep(3) # Sleep for 3 seconds
Don't forgot to add import time at the start of script.

This works fine after this fix.

Feel free to add this fix in your code if you want.

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