Skip to content

Commit

Permalink
torque val
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Mar 1, 2025
1 parent fc536b3 commit a0dd46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fes_multibody/cycling/cycling_pulse_width_nmpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def main():

resistive_torque = {
"Segment_application": "wheel",
"torque": np.array([0, 0, -0.5]),
"torque": np.array([0, 0, -1]),
}

simulation_conditions_1 = {
Expand Down

0 comments on commit a0dd46a

Please sign in to comment.