Skip to content

Commit 22139f6

Browse files
fix: Bug fix free posture pelvis ground driver (#994)
* Bug fix pelvis ground rotation driver in free posture model: X and Z directions were flipped * Add changelog
1 parent 9909b22 commit 22139f6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Application/Examples/FreePosture/Model/ConstantDrivers/TrunkDrivers.any

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
.JntPos.PelvisPosX,
2020
.JntPos.PelvisPosY,
2121
.JntPos.PelvisPosZ,
22-
pi/180*.JntPos.PelvisRotZ,
22+
pi/180*.JntPos.PelvisRotX,
2323
pi/180*.JntPos.PelvisRotY,
24-
pi/180*.JntPos.PelvisRotX
24+
pi/180*.JntPos.PelvisRotZ
2525
};
2626
DriverVel={
2727
.JntVel.PelvisPosX,

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
### 🩹 Fixed:
1515
* Fixed an issue that prevented switching off drawing of marker arrows in CreateMarkerDriverClass in MoCap models. Updated the search string
1616
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.
1719

1820
### 🔧 Changed:
1921
* Changed the Human-Ground residual implmentation in the MoCap models to use

Docs/Applications/Daily-activities-and-ergonomics/FreePosture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gallery_image: "/Applications/images/FreePostureFullBodyShoulderRhythmStatic.web
44
---
55

66
(sphx-glr-auto-examples-adls-and-ergonomics-plot-freeposture-py)=
7-
7+
(example_freeposture)=
88
# Free posture Models
99

1010

0 commit comments

Comments
 (0)