MyoSyn
A C++ library control synthetic muscles in tendon-driven robots
|
#include <iostream>
#include <myosyn.h>
#include <math.h>
#include <macrodef.h>
#include <quickDAQ.h>
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
const unsigned | nMuscles = 2 |
unsigned | muscleID [nMuscles] = { 3,2 } |
int main | ( | ) |
Definition at line 16 of file myosyn_test.cpp.
unsigned muscleID[nMuscles] = { 3,2 } |
Definition at line 13 of file myosyn_test.cpp.
const unsigned nMuscles = 2 |
Definition at line 12 of file myosyn_test.cpp.