28 #include "../../../yamlbuilder/TensegrityModel.h"
36 #include "LinearMath/btVector3.h"
40 #include "RPLengthController.h"
49 int main(
int argc,
char** argv)
52 const double yaw = 0.0;
53 const double pitch = 0.0;
54 const double roll = 0.0;
63 const double timestep_physics = 0.001;
64 const double timestep_graphics = 1.f/60.f;
77 myModel -> attach(tension_sensor);
void addModel(tgModel *pModel)
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
int main(int argc, char **argv)
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgBoxGround.