openworm / sibernetic

This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Other
353 stars 106 forks source link

Steps towards proprioceptive feedback #141

Open pgleeson opened 6 years ago

pgleeson commented 6 years ago

Summary Sibernetic calculates the ratio between the intantaneous muscle lengths and their lengths at rest, and feeds these through the Python interface at each timestep. The Python class itself decides what to do with the values, handing it to neurons, stretch receptors etc.

Quick demo implementation

To get a quick demo implemetation for testing:

Full steps required

slarson commented 6 years ago

Hi @a-palyanov @skhayrulin -- now that the special issue is out; can we take a look at moving this forward? What do you guys think?

pgleeson commented 6 years ago

I've updated the description above with a suggestion for a simpler demo implementation which should help make progress with this...

ido4848 commented 3 years ago

What's the status of this?