Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelbegon committed Jul 18, 2023
1 parent b9b4cea commit 8c12572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1276,11 +1276,11 @@ Minimizes the difference between a state at a node and the same state at the nex
The extra parameter `coordinates_system_idx` can be specified to compute the marker position in that coordinate system.
Otherwise, it is computed in the global reference frame.

#### MINIMIZE_MARKERS_VELOCITY (Lagrange and Mayer)
Minimizes the skin marker velocities towards zero (or a target)
#### MINIMIZE_MARKERS_VELOCITY and MINIMIZE_MARKERS_ACCELERATION (Lagrange and Mayer)
Minimizes the skin marker velocities or accelerations towards zero (or a target)

#### TRACK_MARKERS_VELOCITY (Lagrange and Mayer)
Tracks the skin marker velocities towards a target.
#### TRACK_MARKERS_VELOCITY and TRACK_MARKERS_ACCELERATION (Lagrange and Mayer)
Tracks the skin marker velocities or accelerations towards a target.

#### SUPERIMPOSE_MARKERS (Lagrange and Mayer)
Tracks one marker with another one.
Expand Down
2 changes: 2 additions & 0 deletions tests/test_penalty.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def test_penalty_track_markers_velocity(penalty_origin, value, assume_phase_dyna
)


#TODO: add test for track_marker_acceleration and minimize_marker_acceleration

@pytest.mark.parametrize("assume_phase_dynamics", [True, False])
@pytest.mark.parametrize("penalty_origin", [ObjectiveFcn.Lagrange, ObjectiveFcn.Mayer, ConstraintFcn])
@pytest.mark.parametrize("value", [0.1, -10])
Expand Down

0 comments on commit 8c12572

Please sign in to comment.