gallery_title: "Bike Model"
gallery_image: "/Applications/images/BikeModel-FullBody.webp"
(sphx_glr_auto_examples_Sports_plot_BikeModel.py)=
(example_bikemodel)=
{sidebar} **Example**
<img src="/Applications/images/BikeModel-FullBody.webp" width="70%" align="center">
Bicycle rider model that runs either as
FullBody or as LowerExtremity version.
:::{seealso}
Main file location in AMMR:
{menuselection}Application --> Examples --> BikeModel -->
{menuselection}BikeModel-FullBody.main.any
/
{menuselection}BikeModel-LowerBody.main.any
:::
The model illustrates several important topics in model
construction:
The human model is included as a block from the Body (BodyRepository) directory.
The model of the bike including bike frame, crank, wheels, definition of
crank moment etc. can be found in the include file "BikeFrameAndWheels.any".
The connections between the "human model" and the bicycle are defined in
BikeLegConnection.any.
The model can run in two configurations FullBodyModel and LowerExtremityModel this
can be changed in the "Config.any" file