slowrunner

Results 12 comments of slowrunner

I packaged the plot function into a program that plots the statemachine from a separate module, creating the graph folder if not present and writing the plots to ./graphs/modname.machinename.png and...

I too am struggling with figuring out how to use the python-statemachine package to implement a load conscious, event driven FSM architecture. I have figured out to put transition tests...

I also got around this with an on_enter_() which transitions to my true actual first state, but it requires a null transition to cause it to execute: ``` cycle =...

@goetzrieger These are my steps to install the basic GoPiGo3 API and supporting configuration on Ubuntu 20.0.4: ``` ==== BEGIN GOPIGO3 SPECIFIC STEPS ===== Create a Pi user with a...

Same exact issue, same kernel, now four months passed - any hopes for soon? Where should we subscribe to be alerted to the fix when it happens? Reason this is...

It seems we all need to learn to use libcamera and the standard V4L libraries. https://www.raspberrypi.com/news/an-open-source-camera-stack-for-raspberry-pi-using-libcamera/

@saibharani You can try `speech = LiveSpeech(audio_device='2')` but if you are asking about an ALSA audio_device=2 you may get (like I am getting...): `Error opening audio device 2 for capture:...

@bkravi-os-iot Thank you. Made that change in each sphinxbase/\_\_init\_\_.py, but still not having enough success. If I use LiveSpeech(audio_device='hw:1,0',sampling_rate=16000...), it finds the capture device but claims: ``` *** get_model_path(): /usr/local/lib/python3.5/dist-packages/pocketsphinx/model...

I see this "can't see save world as dialog" behavior with Gazebo 11.9.0. Work-around: press cntI-alt-dn, cntrl-alt-uparrow to see dialog, and again to redisplay dialog after any clicks or chars...

I keep see this issue every day or two - Possible SYN flooding on port 8888, on Raspbian Stretch on Raspberry Pi 3B: Linux Carl 4.19.66-v7+ #1253 SMP Thu Aug...