Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
4.2.0
4.1.0
4.0.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Isaac Lab Version (if applicable)
1.2
1.1
1.0
Other (please specify):
Operating System
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: GeForce RTX 4090
- Driver Version: 560.94
Topic Description
Detailed Description
In Isaac Sim extension development we often add the lines such as
import omni.ui as ui
from omni.isaac.ui.element_wrappers.core_connectors import LoadButton, ResetButton
It’s important to note the top or first line does not import from omni.isaac
but from omni
This allows created Kit UI widgets such as ui.Label
,ui.HStack
, or ui.SimpleStringModel
ect
In previous versions of Isaac Sim 4.0.0 and 4.1.0 this omni.ui
package was located at \ov\pkg\isaac-sim-4.0.0\kit\exts\omni.ui
In Isaac Sim 4.2.0 the \ov\pkg\isaac-sim-4.2.0\kit\exts
folder is empty!
See the image below for comparison of folders.
Because of this package change when I attempt to import omni.ui as ui
it does not find the types
Where is the omni.ui
package for 4.2.0 located?
Steps to Reproduce
N/A
Error Messages
N/A
Screenshots or Videos
Additional Information
What I’ve Tried
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)