summaryrefslogtreecommitdiff
path: root/LocomotorPrimitives.cpp
diff options
context:
space:
mode:
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);