summaryrefslogtreecommitdiff
path: root/LocomotorPrimitives.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-11-26 15:49:22 +0100
committerTobias Klauser <tklauser@distanz.ch>2012-11-26 15:49:22 +0100
commit9ad11e249b843b54abe32368087f369c3539dafa (patch)
treeacebafea2708c518fe58c3b93877e097f1b8d31f /LocomotorPrimitives.cpp
parente9f4f691e554000f9decf84da56568d6150badb2 (diff)
Add and load original Gait2392 model
Diffstat (limited to 'LocomotorPrimitives.cpp')
-rw-r--r--LocomotorPrimitives.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LocomotorPrimitives.cpp b/LocomotorPrimitives.cpp
index 7ceecb4..7e24f08 100644
--- a/LocomotorPrimitives.cpp
+++ b/LocomotorPrimitives.cpp
@@ -88,7 +88,7 @@ int main(void)
try {
// Create an OpenSim model and set its name
- OpenSim::Model osimModel("../../leg6dof9musc.osim");
+ OpenSim::Model osimModel("../../locomotor-primitives.osim");
osimModel.setName(MODEL_NAME);
constructModel(osimModel);