Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EveCharbie committed Oct 29, 2024
1 parent 2317196 commit 12a35d8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
def prepare_ocp(biorbd_model_path, phase_time, n_shooting, min_bound, max_bound, expand_dynamics=True):
# --- Options --- #
# BioModel path

# TODO: Charbie
# force = ForcesList()
# force.add(Px=0, Py= 0, Pz= 0, Mx= 0, My= 0, Mz= 0
# point_of_application_in_global=True,
# segment_name=)

bio_model = BiorbdModel(biorbd_model_path)
tau_min, tau_max, tau_init = -500.0, 500.0, 0.0
activation_min, activation_max, activation_init = 0.0, 1.0, 0.5
Expand Down

0 comments on commit 12a35d8

Please sign in to comment.