summaryrefslogtreecommitdiff
path: root/LocomotorPrimitives.cpp
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-12-05 21:18:46 +0100
committerTobias Klauser <tklauser@distanz.ch>2012-12-05 21:18:46 +0100
commit3b3211252915a22fa82a794e449d1f6000e8c5e5 (patch)
tree76a8f207076cb75d5ce7b662766eeeba7a64c393 /LocomotorPrimitives.cpp
parentad6a598de4025321a5227edf2a676c0f3397927c (diff)
Move data files to own directory
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 ea5f247..af1983a 100644
--- a/LocomotorPrimitives.cpp
+++ b/LocomotorPrimitives.cpp
@@ -24,7 +24,7 @@ static void constructModel(OpenSim::Model &model)
// Define controller for the model
LocomotorPrimitivesController *control = new LocomotorPrimitivesController(0.01);
- control->loadCsvData("es_r", "../../adults_es_r.csv");
+ control->loadCsvData("es_r", "../../data/adults_es_r.csv");
control->setActuators(model.updActuators());
model.addController(control);