40 #include "LinearMath/btVector3.h"
50 int main(
int argc,
char** argv)
52 std::cout <<
"AppTgBoxAnchorDebugDemo" << std::endl;
57 const double yaw = 0.0;
59 const double pitch = 0.0;
60 const double roll = 0.0;
72 const double timestep_physics = 0.001;
73 const double timestep_graphics = 1.f/60.f;
88 std::string log_filename =
"~/NTRTsim_logs/AppTgBoxAnchorDebugDemo";
void addDataManager(tgDataManager *pDataManager)
int main(int argc, char **argv)
virtual void addSenseable(tgSenseable *pSenseable)
Contains the definition of class tgDataLogger2.
void addModel(tgModel *pModel)
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
virtual void addSensorInfo(tgSensorInfo *pSensorInfo)
Definition of concrete class tgRodSensorInfo.
Definition of concrete class tgSpringCableActuatorSensorInfo.
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgBoxAnchorDebugModel. $Id$.
Contains the definition of class tgBoxGround.