Skip to content

Commit 04f5b6c

Browse files
committed
update license heading, remove gifs, add small pngs, and move assets to menagerie
1 parent 9662241 commit 04f5b6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5
-3032
lines changed

mujoco_playground/_src/manipulation/aero_hand/README.md

Lines changed: 0 additions & 36 deletions

mujoco_playground/_src/manipulation/aero_hand/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright 2025 TetherIA Inc.
2-
# Copyright 2023 DeepMind Technologies Limited
3-
#
4-
# Author: Nan Wang (TetherIA Inc.)
2+
# Copyright 2025 DeepMind Technologies Limited
53
#
64
# Licensed under the Apache License, Version 2.0 (the "License");
75
# you may not use this file except in compliance with the License.

mujoco_playground/_src/manipulation/aero_hand/aero_hand_constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright 2025 TetherIA Inc.
2-
# Copyright 2023 DeepMind Technologies Limited
3-
#
4-
# Author: Nan Wang (TetherIA Inc.)
2+
# Copyright 2025 DeepMind Technologies Limited
53
#
64
# Licensed under the Apache License, Version 2.0 (the "License");
75
# you may not use this file except in compliance with the License.

mujoco_playground/_src/manipulation/aero_hand/base.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright 2025 TetherIA Inc.
2-
# Copyright 2023 DeepMind Technologies Limited
3-
#
4-
# Author: Nan Wang (TetherIA Inc.)
2+
# Copyright 2025 DeepMind Technologies Limited
53
#
64
# Licensed under the Apache License, Version 2.0 (the "License");
75
# you may not use this file except in compliance with the License.
@@ -33,7 +31,7 @@
3331

3432
def get_assets() -> Dict[str, bytes]:
3533
assets = {}
36-
path = mjx_env.MENAGERIE_PATH / "aero_hand"
34+
path = mjx_env.MENAGERIE_PATH / "tetheria_aero_hand_open"
3735
mjx_env.update_assets(assets, path / "assets")
3836
mjx_env.update_assets(assets, consts.ROOT_PATH / "xmls", "*.xml")
3937
mjx_env.update_assets(
Binary file not shown.
Binary file not shown.
Binary file not shown.
-14.9 KB
-28.5 MB
Binary file not shown.
-40.7 KB

0 commit comments

Comments
 (0)