Nick Waterton

Results 153 comments of Nick Waterton

Florian, Yes you would have to start roomba.py every time (it's not a service). It would be easy to make it a service though. I use the following script with...

Florian, Two things, it looks like I have the default path for mapPath and iconpath wrong (I was defining "./" I think it should be ".", so the default should...

Sorry, messed up icon paths - fixed also.

OK, The error in Ubuntu 16.042 is caused by paho-mqtt changes to TLS encryption. If you use V 1.2.3, it works fine. With V1.3 TLS is now different, so I...

Florian, That doesn't look like a TLS error. I've been using Paho-MQTT v1.3 (the latest) with Ubuntu 16.04 - you only need to use the old version with Ubuntu 14.04....

It’s probably a bug, because I’m using OpenCV, I haven’t tested just using PIL too thoroughly. I’ll take a look. Nick Waterton P.Eng. From: fsontheim [mailto:[email protected]] Sent: July-11-17 2:43 PM...

fsontheim, OK, it's a bug because you aren't using openCV (and I am) these things creep in... Two options, run with the new -o option (disables room outlines - which...

Not that we have been able to find. Sorry.

I’m using it on a RPi 3+ Python 3.5 aiohttp 3.5.4, and it works fine with a UDMP on 1.10 stable. Fron the errors though, I suspect a problem with...

`-m` is a toggle, no need for True or False. `./roomba.py -m` disables map drawing.