[38ba34]: / Body / AAUHuman / Arm / Calibration / CalibrationSequenceRight2Par.any

Download this file

37 lines (28 with data), 1.3 kB

 //This will run calibration on the right arm
AnyFolder RightShoulderCal={
  AnyFolder &SideHumanFolderRef=..BodyModel.Right; 
  AnyFolder &SideInterfaceFolderRef=..BodyModel.Interface.Right;
  #include "ShoulderCal.any"
};

AnyFolder RightElbowCal={
  AnyFolder &SideHumanFolderRef=..BodyModel.Right; 
  AnyFolder &SideInterfaceFolderRef=..BodyModel.Interface.Right;
  #include "ElbowCal.any"
};

AnyFolder RightWristCal={
  AnyFolder &SideHumanFolderRef=..BodyModel.Right; 
  AnyFolder &SideInterfaceFolderRef=..BodyModel.Interface.Right;
  #include "WristCal.any"
};

AnyFolder RightSpineDependentCal={
  AnyFolder &SideHumanFolderRef=..BodyModel.Right; 
  AnyFolder &SideInterfaceFolderRef=..BodyModel.Interface.Right;
  AnyVar Sign = 1;
  #include "SpineDependentCal.any"
};


CalibrationSequence ={ 
  AnyOperation &ArmCalRightShoulder = .RightShoulderCal.ArmCalibrationStudyShoulder.FiberAndTendonLengthAdjustment;
  AnyOperation &ArmCalRightElbow = .RightElbowCal.ArmCalibrationStudyElbow.FiberAndTendonLengthAdjustment;
  AnyOperation &ArmCalRightWrist = .RightWristCal.ArmCalibrationStudyWrist.FiberAndTendonLengthAdjustment;
  AnyOperation &ArmCalRightSpineDependent = .RightSpineDependentCal.ArmCalibrationStudySpineDependent.FiberAndTendonLengthAdjustment;

};