Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Factory contact-rich manipulation tasks to IsaacLab #1520

Merged
merged 16 commits into from
Dec 17, 2024
Merged

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supposed to be ISAAC_NUCLEUS_DIR instead of ISAACLAB_NUCLEUS_DIR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ISAACLAB_NUCLEUS_DIR should be correct. This is equivalent to ISAAC_NUCLEUS_DIR/IsaacLab.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import omni.isaac.lab.sim as sim_utils
from omni.isaac.lab.assets import ArticulationCfg
from omni.isaac.lab.utils import configclass
from omni.isaac.lab.utils.assets import ISAACLAB_NUCLEUS_DIR

ASSET_DIR = "" # Should be replaced with location to Factory assets
ASSET_DIR = f"{ISAACLAB_NUCLEUS_DIR}/Factory"


@configclass
Expand Down
Loading