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

Worm_motion_log contains only zeros in full scale resolution worm #125

Open slarson opened 6 years ago

slarson commented 6 years ago

From @pgleeson :

Running the worm model with "./Release/Sibernetic -f worm -l_to" saves a file to buffers/worm_motion_log.txt, which I assume will contain the midline positions, but It only contains zeros. It seems the worm_alone_half_resolution configuration does have the correct behaviour.

selection_384

a-palyanov commented 6 years ago

Hmm, works perfectly on my system (Windows), I've checked for worm_alone_half_resolution, worm_crawl_half_resolution and worm_swim_half_resolution. @pgleeson, are you running on Linux or Mac?

pgleeson commented 6 years ago

As discussed, only occurs for full scale worm. Title updated.