MyoSyn
A C++ library control synthetic muscles in tendon-driven robots
|
A control API for a novel modular synthetic muscle, MyoSyn is a portmanteau of Synthetic (as in man-made) and Myosin (a protein fundamental to muscle function, which is also how you pronounce MyoSyn). This C++ API allows us to actuate this muscle with closed-loop control using our custom QuickDAQ software.
MyoSyn requires the following libraries:
In addition to the API, the dependencies are also included in this repo as git submodules.
To clone this repo, use the git clone --recursive-submodules
command.
You can find the DoxyGen-generated documentation here, complete with an example.
This library is distributed under the GNU Lesser GPL v3. The license file is located in the root directory of this repo.