Nick Waterton

Results 152 comments of Nick Waterton

The cd command is not a Python command, it’s an OS command. I think you need to learn some Linux basics, and some Python basics before you go any further....

No, it’s not. I suggest you follow the directions exactly. ie run `roomba_direct.py` *without pressing any buttons*, and follow the on screen instructions. You could run `get_password.py` instead, to get...

Did you manage to get this to connect? did `get_password.py` work?

Yes, The process is: * obtain the blid and password of the roomba(s) * Run `roomba_direct.py` You get the blid and password by running `get_password.py`, and following the instructions. The...

No, the iRobot app uses the cloud connection if the local connection is in use. It will work normally.

@Darbos , Thanks for the feedback, @pschmitt reworked the code a while back, and I think some errors have crept in. There seems to be some sort of circular import...

you may have an older version of pip, older versions do not install opencv. To upgrade pip, try:running ```pip install --upgrade pip``` then try installing opencv-python (worked for me after...

I got that far in the past with Dorita, I believe that it’s because your node.js is out of date. I should have a fixed python version uploaded soon. Nick...

OK, just pushed a new commit, try pulling it, and see if everything works now... once it's installed (with ```python ./setup.py install``` or ```python3 ./setup.py install```) you just need to...

I will be posting a new Python 3.6 version in a few days. Supports 980, s9, Braava jet m6. should fix most of these legacy issues.