NTRT Simulator
Version: Master
|
Contains the definition function main() for the Flemons Spine Learning application. More...
#include "examples/learningSpines/OctahedralComplex/FlemonsSpineModelLearningCL.h"
#include "OctaCLSine.h"
#include "examples/learningSpines/BaseSpineCPGControl.h"
#include "core/tgModel.h"
#include "core/tgSimView.h"
#include "core/tgSimViewGraphics.h"
#include "core/tgSimulation.h"
#include "core/tgWorld.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 Flemons Spine Learning application.
Definition in file AppOctaCL_sine.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; argv[1], if supplied, is the suffix for the controller |
No - a single controller could be attached to multiple subjects However, having this here causes a segfault, since there is a call to onTeardown() when the simulation is deleted
Definition at line 47 of file AppOctaCL_sine.cpp.