Skip to content

Commit 007c06e

Browse files
committed
changed asset path from absolute to relative
1 parent ea1e5d4 commit 007c06e

3 files changed

Lines changed: 841 additions & 1104 deletions

File tree

dm_control/locomotion/walkers/assets/dog_v2/build_dog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def main(argv):
491491

492492
print("Add <compiler meshdir/>, for locally-loadable model")
493493
compiler = etree.Element(
494-
"compiler", meshdir=os.path.join(CURRENT_DIR, ASSET_RELPATH), texturedir=os.path.join(CURRENT_DIR, ASSET_RELPATH)
494+
"compiler", meshdir=ASSET_RELPATH, texturedir=ASSET_RELPATH
495495
)
496496
root.insert(0, compiler)
497497

0 commit comments

Comments
 (0)