[chronojump] Fixed laterality on encoder capture



commit b3574c99f42fa76f22f109fbbf02b7ce804e40da
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Feb 28 12:28:46 2015 +0100

    Fixed laterality on encoder capture

 encoder/capture.R |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/encoder/capture.R b/encoder/capture.R
index c9fd0a1..f51d8bd 100644
--- a/encoder/capture.R
+++ b/encoder/capture.R
@@ -62,7 +62,8 @@ write("At calcule calling kinematics", stderr())
                    g, myEcconKn, isPropulsive)
 
        paf = data.frame()
-       paf = pafGenerate(op$Eccon, kinematicsResult, op$MassBody, op$MassExtra)
+       myLaterality = "" #TODO
+       paf = pafGenerate(op$Eccon, kinematicsResult, op$MassBody, op$MassExtra, myLaterality)
                
        position = cumsum(displacement)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]