Switch to unified view

a b/Docs/Applications/Daily-activities-and-ergonomics/Squat.md
1
---
2
gallery_title: "Squat"
3
gallery_image: "/Applications/images/Squat.webp"
4
---
5
6
(sphx_glr_auto_examples_ADLs_and_ergonomics_plot_Squat.py)=
7
(example_squat)=
8
# Squat
9
10
````{sidebar} **Example**
11
<img src="/Applications/images/Squat.webp" width="70%" align="center">
12
13
````
14
15
This model demonstrates parameterized squating motion.
16
17
:::{admonition} **Main file location in AMMR:**
18
:class: see-also
19
20
  {menuselection}`Application --> Examples --> Squat --> Squat.main.any`
21
:::
22
23
24
25
Users can try to change different parameters of this model in the 'Input\Parameters.any' file including:
26
27
* Time periood of a squat cycle
28
* FPS(frames per second) for simulation
29
* Minimum knee flexion angle of a squat cycle (in degrees)
30
* Maximum knee flexion angle of a squat cycle (in degrees)
31
* Distance between two medial contact nodes of both feet (in meters)
32
* Rotation angle of both feet (in degrees)
33
34
Ground reaction force(GRF) of the human model is predicted and you can check the implementation of this GRF prediction in 'Model\Supports.any' file.
35
36
The parametric motion elements are defined in 'Model\JointsAndDrivers.any'.
37