We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ba77e commit 9032ec2Copy full SHA for 9032ec2
mjpc/tasks/CMakeLists.txt
@@ -17,6 +17,9 @@
17
18
add_custom_target(
19
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
23
COMMAND ${CMAKE_COMMAND} -E copy_directory
24
${menagerie_SOURCE_DIR}/shadow_hand/assets
25
${CMAKE_CURRENT_BINARY_DIR}/hand/assets
mjpc/tasks/hand/right_hand.xml
mjpc/tasks/hand/task.xml
@@ -47,6 +47,7 @@
47
</sensor>
48
49
<include file="cube.xml"/>
50
+ <!-- from: https://github.com/google-deepmind/mujoco_menagerie/tree/main/shadow_hand -->
51
<include file="right_hand.xml"/>
52
53
<keyframe>
0 commit comments