def normalizeState(self, X):
     attitudeKinematics.switchMRPrepresentation(X)
     return
 def normalizeOutput(self, out):
     attitudeKinematics.switchMRPrepresentation(out)
     return
 def normalizeOutput(self, out):
     return attitudeKinematics.switchMRPrepresentation(out)
Beispiel #4
0
 def normalizeState(self, X):
     attitudeKinematics.switchMRPrepresentation(X)
     return