Skip to content

Commit 42a716e

Browse files
committed
clamp l5_S1 axial rotation to prevent 360° twists
1 parent 4b19346 commit 42a716e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pose2Sim/OpenSim_Setup/Model_Pose2Sim_muscles_flex.osim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5587,9 +5587,9 @@
55875587
<!--The speed value of this coordinate before any value has been set. Rotational coordinate value is in rad/s and Translational in m/s.-->
55885588
<default_speed_value>0</default_speed_value>
55895589
<!--The minimum and maximum values that the coordinate can range between. Rotational coordinate range in radians and Translational in meters.-->
5590-
<range>-0.17592919000000001 0.17592919000000001</range>
5590+
<range>-0.2618 0.2618</range>
55915591
<!--Flag indicating whether or not the values of the coordinates should be limited to the range, above.-->
5592-
<clamped>false</clamped>
5592+
<clamped>true</clamped>
55935593
<!--Flag indicating whether or not the values of the coordinates should be constrained to the current (e.g. default) value, above.-->
55945594
<locked>false</locked>
55955595
<!--If specified, the coordinate can be prescribed by a function of time. It can be any OpenSim Function with valid second order derivatives.-->

0 commit comments

Comments
 (0)