Skip to content

Commit 9032ec2

Browse files
committed
shadow hand model from menagerie
1 parent d3ba77e commit 9032ec2

File tree

3 files changed

+4
-345
lines changed

3 files changed

+4
-345
lines changed

mjpc/tasks/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
add_custom_target(
1919
copy_menagerie_resources ALL
20+
COMMAND ${CMAKE_COMMAND} -E copy
21+
${menagerie_SOURCE_DIR}/shadow_hand/right_hand.xml
22+
${CMAKE_CURRENT_BINARY_DIR}/hand/right_hand.xml
2023
COMMAND ${CMAKE_COMMAND} -E copy_directory
2124
${menagerie_SOURCE_DIR}/shadow_hand/assets
2225
${CMAKE_CURRENT_BINARY_DIR}/hand/assets

mjpc/tasks/hand/right_hand.xml

Lines changed: 0 additions & 345 deletions
This file was deleted.

mjpc/tasks/hand/task.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
</sensor>
4848

4949
<include file="cube.xml"/>
50+
<!-- from: https://github.com/google-deepmind/mujoco_menagerie/tree/main/shadow_hand -->
5051
<include file="right_hand.xml"/>
5152

5253
<keyframe>

0 commit comments

Comments
 (0)