Skip to content

Commit

Permalink
Merge pull request #170 from stanfordnmbl/pelvis_rot_bounds
Browse files Browse the repository at this point in the history
increase pelvis rotation bounds
  • Loading branch information
antoinefalisse authored Jun 28, 2024
2 parents f58db2f + 406efae commit 094dbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensimPipeline/Models/LaiUhlrich2022.osim
Original file line number Diff line number Diff line change
Expand Up @@ -3177,7 +3177,7 @@
<!--The speed value of this coordinate before any value has been set. Rotational coordinate value is in rad/s and Translational in m/s.-->
<default_speed_value>0</default_speed_value>
<!--The minimum and maximum values that the coordinate can range between. Rotational coordinate range in radians and Translational in meters.-->
<range>-6.283185307179586 6.283185307179586</range>
<range>-100 100</range>
<!--Flag indicating whether or not the values of the coordinates should be limited to the range, above.-->
<clamped>true</clamped>
<!--Flag indicating whether or not the values of the coordinates should be constrained to the current (e.g. default) value, above.-->
Expand Down
2 changes: 1 addition & 1 deletion opensimPipeline/Models/LaiUhlrich2022_shoulder.osim
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@
<!--The speed value of this coordinate before any value has been set. Rotational coordinate value is in rad/s and Translational in m/s.-->
<default_speed_value>0</default_speed_value>
<!--The minimum and maximum values that the coordinate can range between. Rotational coordinate range in radians and Translational in meters.-->
<range>-6.283185307179586 6.283185307179586</range>
<range>-100 100</range>
<!--Flag indicating whether or not the values of the coordinates should be limited to the range, above.-->
<clamped>true</clamped>
<!--Flag indicating whether or not the values of the coordinates should be constrained to the current (e.g. default) value, above.-->
Expand Down

0 comments on commit 094dbd1

Please sign in to comment.