28 #include "../../../yamlbuilder/TensegrityModel.h"
29 #include "RPLengthController.h"
37 #include "LinearMath/btVector3.h"
48 int main(
int argc,
char** argv)
51 const double yaw = 0.0;
52 const double pitch = 0.0;
53 const double roll = 0.0;
62 const double timestep_physics = 0.001;
63 const double timestep_graphics = 1.f/60.f;
73 myModel -> attach(tension_sensor);
76 simulation.addModel(myModel);
int main(int argc, char **argv)
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 tgBoxGround.