NTRT Simulator  Version: Master
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
App6Bar.cpp File Reference

Contains the definition function main() for App6Bar which builds a 6 bar tensegrity structure defined in YAML. More...

#include "../../../yamlbuilder/TensegrityModel.h"
#include "core/terrain/tgBoxGround.h"
#include "core/tgModel.h"
#include "core/tgSimulation.h"
#include "core/tgSimViewGraphics.h"
#include "core/tgWorld.h"
#include "LinearMath/btVector3.h"
#include <iostream>
#include "RPLengthController.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Contains the definition function main() for App6Bar which builds a 6 bar tensegrity structure defined in YAML.

Author
Edward Zhu $Id$

Definition in file App6Bar.cpp.

Function Documentation

int main ( int  argc,
char **  argv 
)

The entry point.

Parameters
[in]argcthe number of command-line arguments
[in]argvargv[0] is the executable name
[in]argvargv[1] is the path of the YAML encoded structure
Returns
0

Definition at line 49 of file App6Bar.cpp.

Here is the call graph for this function: