29 #include "examples/IROS_2015/TetraSpineStatic/TetraSpineStaticModel_hf.h"
48 int main(
int argc,
char** argv)
50 std::cout <<
"AppTetraSpineHT" << std::endl;
57 const double stepSize = 1.0/1000.0;
58 const double renderRate = 1.0/60.0;
59 tgSimView view(world, stepSize, renderRate);
66 const int segments = 3;
73 myModel->
attach(myControl);
85 simulation.
run(60000);
int main(int argc, char **argv)
Controller for TetraSpineLearningModel.
void addModel(tgModel *pModel)
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgSimView.
Contains the definition of interface class tgCPGLogger.
void attach(tgObserver< T > *pObserver)