Skip to content

Commit

Permalink
Set default of payload mass param to 0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoelzle committed Sep 22, 2023
1 parent a32bc33 commit 720f18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsrm/parameters/hsa_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def generate_base_params(num_segments: int = 1, num_rods_per_segment: int = 2) -
"zetaa": 2e-2 * ones_rod,
# maximum twist angles (positive) [rad]
"phi_max": 210 / 180 * jnp.pi * ones_rod,
"mpl": 0.0, # payload mass [kg]
}

return params
Expand Down

0 comments on commit 720f18d

Please sign in to comment.