48 int main(
int argc,
char** argv)
50 std::cout <<
"AppNestedStructureTest" << std::endl;
57 const double stepSize = 1.0/1000.0;
58 const double renderRate = 1.0/60.0;
66 const int segments = 3;
71 const std::string suffix((argc > 1) ? argv[1] :
"default");
73 const int segmentSpan = 3;
74 const int numMuscles = 6;
75 const int numParams = 2;
76 const int segment = 1;
77 const double controlTime = .001;
82 myModel->
attach(myControl);
89 simulation.addModel(myModel);
94 simulation.run(60000);
int main(int argc, char **argv)
Controller for TetraSpineLearningModel.
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$.
Tetraspine, configured for learning in the NTRT simulator.
Contains the definition of class tgSimView.
Contains the definition of interface class tgCPGLogger.
void attach(tgObserver< T > *pObserver)