|
NTRT Simulator
v1.1
|
Implementing the tetrahedral complex spine inspired by Tom Flemons. More...
#include "FlemonsSpineModelLearning.h"#include "core/tgCast.h"#include "core/tgSpringCableActuator.h"#include "core/tgString.h"#include "tgcreator/tgBuildSpec.h"#include "tgcreator/tgBasicActuatorInfo.h"#include "tgcreator/tgKinematicActuatorInfo.h"#include "tgcreator/tgRodInfo.h"#include "tgcreator/tgStructure.h"#include "tgcreator/tgStructureInfo.h"#include "tgcreator/tgUtil.h"#include "LinearMath/btVector3.h"#include <algorithm>#include <iostream>#include <map>#include <set>Go to the source code of this file.
Implementing the tetrahedral complex spine inspired by Tom Flemons.
Definition in file FlemonsSpineModelLearning.cpp.