NTRT Simulator
Version: Master
|
Contains the definition function main() for the demo of the debugging application for tgBox's anchor positions. More...
#include "tgBoxAnchorDebugModel.h"
#include "core/terrain/tgBoxGround.h"
#include "core/tgModel.h"
#include "core/tgSimViewGraphics.h"
#include "core/tgSimulation.h"
#include "core/tgWorld.h"
#include "sensors/tgDataLogger2.h"
#include "sensors/tgRodSensorInfo.h"
#include "sensors/tgSpringCableActuatorSensorInfo.h"
#include "LinearMath/btVector3.h"
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Contains the definition function main() for the demo of the debugging application for tgBox's anchor positions.
Definition in file AppTgBoxAnchorDebugDemo.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
The entry point.
[in] | argc | the number of command-line arguments |
[in] | argv | argv[0] is the executable name |
Definition at line 50 of file AppTgBoxAnchorDebugDemo.cpp.