File tree Expand file tree Collapse file tree 6 files changed +398
-234
lines changed Expand file tree Collapse file tree 6 files changed +398
-234
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ add_custom_target(
3232 COMMAND patch -o ${CMAKE_CURRENT_BINARY_DIR} /cartpole/cartpole_modified.xml
3333 ${CMAKE_CURRENT_BINARY_DIR} /cartpole/cartpole.xml
3434 <${CMAKE_CURRENT_SOURCE_DIR} /cartpole/cartpole.xml.patch
35+ # humanoid
36+ COMMAND ${CMAKE_COMMAND} -E copy
37+ ${dm_control_SOURCE_DIR} /dm_control/suite/humanoid.xml
38+ ${CMAKE_CURRENT_BINARY_DIR} /humanoid/humanoid.xml
39+ COMMAND patch -o ${CMAKE_CURRENT_BINARY_DIR} /humanoid/humanoid_modified.xml
40+ ${CMAKE_CURRENT_BINARY_DIR} /humanoid/humanoid.xml
41+ <${CMAKE_CURRENT_SOURCE_DIR} /humanoid/humanoid.xml.patch
3542 COMMAND ${CMAKE_COMMAND} -E copy
3643 ${menagerie_SOURCE_DIR} /shadow_hand/right_hand.xml
3744 ${CMAKE_CURRENT_BINARY_DIR} /hand/right_hand.xml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments