pyfri
pyfri copied to clipboard
Add async support
Addresses #8.
Todo
- [x] test on real robot
- [ ] account for any issues running on real robot
- [x] expose PID initialization to python
This is working nicely! However, there are some issues with it seg faulting without the time.sleep(10).
I've re-vamped the async branch. It successfully builds and I can import pyFRI but it needs testing on the real robot. Also need to add two more examples:
- [ ] wrench example
- [ ] torque example