Jonny Saunders
Jonny Saunders
would a calibration routine that can use a sound/array of sounds make sense then? eg. would implement dynamic ripples as a sound class and specify that as the test sound....
related to: https://github.com/wehr-lab/autopilot/issues/114 Dependencies, and particularly optional dependencies are a managed in a way that i'm not very happy with at the moment. Chris is right that typically the pis...
so, good issue! it's been a major point of brittleness for awhile! i tagged it as a milestone for v0.5.0. also to be clear! happy to hear other ideas, dont...
Aha, yes i see now PySide2 only has binaries built for x86_64: https://pypi.org/project/PySide2/5.15.2/#files I think you'd need to build it from source to use on the Pi, they have instructions...
OK! added that to the wiki
punting this to 0.5.0 so we can work networking and method categories into a unified inheritance structure
this looks like essentially exactly what we're looking for: https://rfc.zeromq.org/spec/48/
or no like this https://rfc.zeromq.org/spec/36/ nope yep this will transform the tool^^
virtualize the raspi with qemu to do ci??? eg https://blog.agchapman.com/using-qemu-to-emulate-a-raspberry-pi/
yes yes, currently at the level of serialization we're using something similar, though with json rather than msgpack, though checking msgpack out now it does look very attractive. Need to...