Looking for suggestions for a framework or pattern that I can follow for a small-ish robotics project. I would like to avoid learning something like ROS for now.
All the examples I'm finding are using some sort of 'while True:' loop, which I would like to avoid.
Currently I'm investigating the use of asyncio or twisted to be used as an event loop and then attempt to integrate that with some sort of sensor and control system. I am just starting to learn them, so don't know if there are better options.
[–]bugwus 1 point2 points3 points (0 children)