sibernetic
sibernetic copied to clipboard
This is a C++/OpenCL implementation of the PCISPH algorithm supplemented with a set of biomechanics related features applied to C. elegans locomotion
Defined here: https://github.com/openworm/OpenWorm/issues/229#issuecomment-279473044 Let us know what the command will be. cc: @pgleeson
With [Sibernetic_NEURON](https://github.com/openworm/sibernetic_NEURON) by @skhayrulin et al. now enabling direct neural signal input into Sibernetic’s worm model movement there needs to be a translation of the neural signals into values that...
The objective is to be able to better observe animation in renders by making the renders play at a faster fps. This idea was inspired by the [downsampling](https://en.wikipedia.org/wiki/Decimation_%28signal_processing%29) concept used...
- [ ] Write doc how to run it
Documentation explaining what each variable represents in [configuration files](https://github.com/openworm/sibernetic#configuration-file-format) for developers. For instance: ``` [position] - contains information about position of all particles e.g. a b c d // a...
Eduardo Izquierdo is interested in adding steering into the model. This would involve modifying the [input function driving the muscles](https://github.com/openworm/sibernetic/blob/development/src/main_sim.py#L61). Can we have some discussion around exactly what changes to...