swehner
swehner
Hi, Can you add some more info? What raspberry are ou using? Looks like you're running it from rc.local with root. Are you able tu run it with the pi...
Hi, I haven't checked it on a RasperryPi 4 honestly, Apparently there are some issues with pi3d, and probably some of the specific code I have for drawing the background:...
So it looks like there are several issues with foos on the Pi4 due to the change in the cip and its drivers. There are a few tips in https://www.raspberrypi.org/forums/viewtopic.php?f=67&t=254790&p=1561101#p1561101...
That's a good point - are the bcm features not suporrted anymore on the pi4? I don't have one and I haven't tested it on it... I'll try to get...
great! good to know that that works for you! i'll add something to the documentation! On Fri, Dec 13, 2019, 12:07 asindl wrote: > Ok, found the solution: > >...
I've created a pull-request for exposing the `topic_new` to be able to set a custom configuration here: https://github.com/confluentinc/confluent-kafka-python/pull/1695 Let me know if that approach works for you
Hier wird die Auflösung der Kamera eingestellet: https://github.com/swehner/foos/blob/master/config_base.py#L37 D.h. du kannst einfach in deinem config.py eine andere auflösung einstellen. Bin aber nicht sicher ob sie mehr als 30fps auf 1080p...
That sounds interesting - having two IR barriers in each goal to measure the time it takes to get from one to the other would be fairly easy, and should...
Hey! No worries - it's a bit difficult to fin out what's going on without more information... Have you tested the serial port? Can you connect to it (115200 baud)...
So, yeah it looks like the IR detectors are triggering quite frequently... The way the Arduino is set up it's constantly polling the button states, as soon as a falling...