Commit 22139f6 1 parent 9909b22 commit 22139f6 Copy full SHA for 22139f6
File tree 3 files changed +5
-3
lines changed
Application/Examples/FreePosture/Model/ConstantDrivers
Docs/Applications/Daily-activities-and-ergonomics
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 19
19
.JntPos.PelvisPosX,
20
20
.JntPos.PelvisPosY,
21
21
.JntPos.PelvisPosZ,
22
- pi/180*.JntPos.PelvisRotZ ,
22
+ pi/180*.JntPos.PelvisRotX ,
23
23
pi/180*.JntPos.PelvisRotY,
24
- pi/180*.JntPos.PelvisRotX
24
+ pi/180*.JntPos.PelvisRotZ
25
25
};
26
26
DriverVel={
27
27
.JntVel.PelvisPosX,
Original file line number Diff line number Diff line change 14
14
### 🩹 Fixed:
15
15
* Fixed an issue that prevented switching off drawing of marker arrows in CreateMarkerDriverClass in MoCap models. Updated the search string
16
16
used in ` Main.ModelSetup.Views.All_MarkerArrows.Objects ` to correctly pick up the arrow drawing objects.
17
+ * Fixed an issue in the PelvisGround rotation drivers in the {ref}` Free Posture Static example<example_freeposture> ` . The X and Z rotation drivers
18
+ were mixed up.
17
19
18
20
### 🔧 Changed:
19
21
* Changed the Human-Ground residual implmentation in the MoCap models to use
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gallery_image: "/Applications/images/FreePostureFullBodyShoulderRhythmStatic.web
4
4
---
5
5
6
6
(sphx-glr-auto-examples-adls-and-ergonomics-plot-freeposture-py)=
7
-
7
+ (example_freeposture)=
8
8
# Free posture Models
9
9
10
10
You can’t perform that action at this time.
0 commit comments