Skip to content

Commit

Permalink
Fix order of velocity and walk residual terms in humanoid walk task.x…
Browse files Browse the repository at this point in the history
…ml. Fixes #359.

PiperOrigin-RevId: 700304229
Change-Id: I1ab15337743a4c419aaee2f0863ed2fc82bd65e1
  • Loading branch information
thowell authored and copybara-github committed Nov 26, 2024
1 parent 4170995 commit c165ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mjpc/tasks/humanoid/walk/task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<user name="Balance" dim="2" user="1 5.0 0.0 25.0 0.02 4.0" />
<user name="Upright" dim="8" user="2 5.0 0.0 25.0 0.01" />
<user name="Posture" dim="21" user="0 0.025 0 1.0" />
<user name="Velocity" dim="2" user="7 0.625 0 25.0 0.2 4.0" />
<user name="Walk" dim="1" user="7 1.0 0.0 25.0 0.5 3.0" />
<user name="Velocity" dim="2" user="7 0.625 0 25.0 0.2 4.0" />
<user name="Control" dim="21" user="3 0.1 0 1.0 0.3" />

<!-- estimator measurements -->
Expand Down

0 comments on commit c165ae9

Please sign in to comment.