|
|
|
|
|
by boolit2
631 days ago
|
|
I'm in robotics education and we mostly work with Python, to make life easier for students. I'd love to push for more Rust, but so far there's no point to it. Multiprocess communication is something that we found lacking in Python (we want everything to be easily pip installable) and we ended up using shared memory primitives, which is a lot of code to maintain. What is the main roadblock for iceoryx2 Python bindings? Is it something you are looking for contributors for? |
|
So far for this topic, we have only done some brief research on the options available to us, such us going over the C API or using something like PyO3.