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
355 stars 106 forks source link

Document the way to access the body position on each step? #148

Open slarson opened 6 years ago

slarson commented 6 years ago

How would a user access the position of the worm in each step while running sibernetic? Can we add this to the documentation?

cc: @a-palyanov @skhayrulin @HamzaTChaudhry

a-palyanov commented 6 years ago

Do you mean the position of the center of mass of the worm, or a set of points defining worm midline, or something else?