pysimCoder
pysimCoder copied to clipboard
Block diagram editor and real time code generator for Python
I have already done many experiments with pysimCoder generated NuttX code on the [SaMoCon platform](https://gitlab.fel.cvut.cz/otrees/motion/samocon). The small delays using `clock_nanosleep` were supposed to be fixed by the Tickless configuration, which...
I'm trying to put different integration methods in pysimCoder, using the **GNU Scientific Library**. This library must be installed to prevent compilation errors. Near to the standard RK4 algorithm there...
Works fine for the GUI with pysim-run.sh as this script extracts the new PYTHONPATH. However, I can't launch any other apps directly using $PYSUPSICTRL/BlockEditor/app. The solution is to export PYTHONPATH...