Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix humanoid stand link in docs #28

Merged
merged 6 commits into from
Dec 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix docs: humanoid stand link
  • Loading branch information
thowell committed Dec 8, 2022
commit cdb3fba605fef963bfec98f23b2ba4553cc3b3a3
2 changes: 1 addition & 1 deletion docs/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The swimmer's cost has two terms:

The repository includes additional example tasks:

- [Humanoid Stand+Walk](../mjpc/tasks/humanoid/task.xml)
- [Humanoid Stand](../mjpc/tasks/humanoid/task_stand.xml)
- Quadruped [Terrain](../mjpc/tasks/quadruped/task_hill.xml) | [Flat](../mjpc/tasks/quadruped/task_flat.xml)
- [Walker](../mjpc/tasks/walker/task.xml)
- [In-Hand Manipulation](../mjpc/tasks/hand/task.xml)
Expand Down