SOFA and Raspberry pi commnication #3016
-
hello everyone i have already implemented my model and simulations on sofa, using read-state the model gets desired positions and exports the needed actuator pressure(its pneumatically actuated like the pneunets tutorial). and i have implemented a raspberry pi based controller for the real pneumatic robot, with micro pumps and valves and such , the only needed input is the pressure at each actuator . i would like to establish the communication between the two ,instead of me running the simulation each time and applying it on the raspberry pi code . i know its feasible , i just don't know where to start , has anyone done this before . |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @naimhamade a communication plugin has been implemented some years ago. It could maybe answer your need: Let us know whether it suits your needs. |
Beta Was this translation helpful? Give feedback.
Hi @naimhamade
a communication plugin has been implemented some years ago. It could maybe answer your need:
https://github.com/sofa-framework/Communication
Let us know whether it suits your needs.
Maybe @ErwanDouaille or @damienmarchal could provide some more details.
Best