Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.82 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.82 KB

Control Oriented Octopus Muscle Model (COOMM)

Project Description

Control Oriented Muscle Model for an octopus arm. The package extend the implementation of Cosserat Rod simulation done by PyElastica.

Install

The package can be installed using standard python package installer (pip):

pip install coomm

or from source code:

cd <repository directory>
git clone https://github.com/hanson-hschang/COOMM
pip install -e COOMM

Examples

Note, all the example cases written uses the original version of COOMM (v.0.0.1), with older version of PyElastica (v.0.2.2). If you are interested in reproducing the result from the paper, please match the version.

Citation

We ask that any publications which use COOMM cite as following:

@article{chang2022energy,
  title={Energy Shaping Control of a Muscular Octopus Arm Moving in Three Dimensions},
  author={Chang, Heng-Sheng and Halder, Udit and Shih, Chia-Hsien and Naughton, Noel and Gazzola, Mattia and Mehta, Prashant G},
  journal={arXiv preprint arXiv:2209.04089},
  year={2022}
}

Original implementation for the paper is in version 0.0.1.

References

  • Gazzola, Dudte, McCormick, Mahadevan, Forward and inverse problems in the mechanics of soft filaments, Royal Society Open Science, 2018. doi: 10.1098/rsos.171628

List of publications and submissions

Related Works