Skip to content

Commit a736a00

Browse files
authored
Adds missing robot imports (#3976)
# Description Adds a couple of robots that were missing from the __init__.py imports Fixes #3881 ## Type of change <!-- As you go through the list, delete the ones that are not applicable. --> - Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already exists there <!-- As you go through the checklist above, you can mark something as done by putting an x character in it For example, - [x] I have done this task - [ ] I have not done this task -->
1 parent 0234c50 commit a736a00

File tree

1 file changed

+3
-0
lines changed
  • source/isaaclab_assets/isaaclab_assets/robots

1 file changed

+3
-0
lines changed

source/isaaclab_assets/isaaclab_assets/robots/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
# Configuration for different assets.
88
##
99

10+
from .agibot import *
11+
from .agility import *
1012
from .allegro import *
1113
from .ant import *
1214
from .anymal import *
1315
from .cart_double_pendulum import *
1416
from .cartpole import *
17+
from .cassie import *
1518
from .fourier import *
1619
from .franka import *
1720
from .galbot import *

0 commit comments

Comments
 (0)