Skip to content

Commit 32b3e0d

Browse files
committed
change cube_modified
1 parent 4b78a26 commit 32b3e0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mjpc/tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ add_custom_target(
118118

119119
## Cube reorientation
120120
# patch cube from common assets
121-
COMMAND patch -o ${CMAKE_CURRENT_BINARY_DIR}/shadow_reorient/cube_modified.xml
121+
COMMAND patch -o ${CMAKE_CURRENT_BINARY_DIR}/common_assets/cube_modified_shadow_reorient.xml
122122
${CMAKE_CURRENT_BINARY_DIR}/common_assets/reorientation_cube.xml
123123
<${CMAKE_CURRENT_SOURCE_DIR}/shadow_reorient/cube.xml.patch
124124

mjpc/tasks/shadow_reorient/task.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<framepos name="trace0" objtype="body" objname="cube"/>
4848
</sensor>
4949

50-
<!-- from: common_assests -->
51-
<include file="cube_modified.xml"/>
50+
<!-- from: common_assets -->
51+
<include file="../common_assets/cube_modified_shadow_reorient.xml"/>
5252
<!-- from: https://github.com/google-deepmind/mujoco_menagerie/tree/main/shadow_hand -->
5353
<include file="right_hand.xml"/>
5454

0 commit comments

Comments
 (0)