Switch to unified view

a b/Tools/Templates/Human/Model/Reactions.any
1
AnyFolder Reactions = 
2
{
3
  // Reaction forces and moments on the pelvis segment are required because there is no support force on both feet.
4
  AnyReacForce PelvisReactions = 
5
  {
6
    AnyKinLinear lin = 
7
    {
8
      AnyRefFrame& pelvis = ....BodyModel.Trunk.SegmentsLumbar.PelvisSeg;
9
    };
10
    AnyKinRotational rot = 
11
    {
12
      Type = RotAxesAngles;
13
      AnyRefFrame& pelvis = ....BodyModel.Trunk.SegmentsLumbar.PelvisSeg;
14
    };    
15
  };
16
};