summaryrefslogtreecommitdiff
path: root/LocomotorPrimitivesManager.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-11-22 19:22:42 +0100
committerTobias Klauser <tklauser@distanz.ch>2012-11-22 19:22:42 +0100
commite9f4f691e554000f9decf84da56568d6150badb2 (patch)
tree70e3a719bf6c970205cfc0b37d0f46cd0fc84036 /LocomotorPrimitivesManager.cpp
Initial import (based on Leg6DoF9Muscles model)
Diffstat (limited to 'LocomotorPrimitivesManager.cpp')
-rw-r--r--LocomotorPrimitivesManager.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/LocomotorPrimitivesManager.cpp b/LocomotorPrimitivesManager.cpp
new file mode 100644
index 0000000..71df313
--- /dev/null
+++ b/LocomotorPrimitivesManager.cpp
@@ -0,0 +1,9 @@
+#include <OpenSim/OpenSim.h>
+
+#include "LocomotorPrimitivesManager.h"
+
+bool LocomotorPrimitivesManager::doIntegration(SimTK::State &s, int step, double dtFirst)
+{
+ // TODO possiblly additional calculations
+ return OpenSim::Manager::doIntegration(s, step, dtFirst);
+} \ No newline at end of file