19 #ifndef CONTACT_TEST_CONTROLLER_H
20 #define CONTACT_TEST_CONTROLLER_H
25 #include "ContactTestModel.h"
27 #include "core/ImpedanceControl.h"
40 const std::vector<tgRBString*> muscles =
41 subject.getAllMuscles();
43 for(
int i = 0; i < muscles.size(); i++)
45 std::cout <<
"Ctens: " <<
46 m_control.control(muscles[i], dt, 10.0) << std::endl;
51 ImpedanceControl m_control;
54 #endif // MY_MODEL_CONTROLLER_H
Definition of tgObserver class.
Contains the definition of class tgRBString. A string with small rigid bodies to create contact dynam...