This plugin for SOFA contains components dedicated to soft robotics. You can find for example, models for cable and pneumatic actuations, tools to define trajectories for the robot's end effector, or tools to communicate with microcontroller boards. Please refer to the dedicated documentation for installation and build. You can explore the examples directory in this repository to find examples and tutorials.
The plugin also provides scene templates that can be used to make the writing of SOFA scene more easy. These templates are used in many of our examples, and can be found in the python3 directory.
A dedicated documentation can be found at this address: https://softrobots.readthedocs.io
And general templates for SOFA can be found at this address: https://github.com/SofaDefrost/STLIB
This plugin also contains a component to retrieve and process point clouds coming from a realsense camera.
To use it, you need to:
sudo apt install libpcl-dev
on ubuntu)-DSOFTROBOTS_WITH_CAMERA=ON