IsaacLab icon indicating copy to clipboard operation
IsaacLab copied to clipboard

Unified framework for robot learning built on NVIDIA Isaac Sim

Results 460 IsaacLab issues
Sort by recently updated
recently updated
newest added

### ModuleNotFoundError: No module named 'omni.isaac' Why is this error reported when there is an omni library in my conda environmen.I followed the official document configuration

bug
enhancement

Hi, I am trying to attach two different manipulators a UR5 robot arm and a gripper I designed and both defined with their ArticulationCFG class. To attach them I am...

bug
isaac-sim

This one does not open. https://www.sidefx.com/docs/houdini/solaris/usd.html%23quick-example Please solve this issue.

### Description If `headless` is True and `livestream` is enabled, the wrong simulation experience file is loaded. Normally `orbit.python.headless.kit` should be loaded (according to the `AppLauncher` descriptions), but `orbit.python.kit` is...

bug

When I run ./docker/container.sh on Ubuntu 20.04, it reports that: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the...

Hi, I'm importing my own robot (ex. ur3e) through the URDF Importer. The robot was modeled based on a pre-setted axis which has rotated and translated in the .urdf file....

### Question Hi, thanks for the great work on Orbit. I am doing vision-based locomotion, so I have front-facing onboard cameras on my robots. While the robots do not collide...

### Question Hi, thanks for the great work on Orbit. I am planning to do vision-based locomotion on Orbit. To that end, I need a terrain that has different physics...

Hello, while using the latest version of Orbeit program for testing at Issac sim2023.1.1, I found that some demo examples cannot be executed. For example, when I execute a script...

### Question When I try to use open3d to process the pointcloud data from the simulation, it raise a bug: import open3d as o3d ...... from typing_extensions import TypedDict, NotRequired...