You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Load Scene button in the UI for Orbit Nav Importer extension is grayed out and unable to be used. This happens even if I load valid filepaths for the Mesh and PLY fields. However, Reset Scene button works fine.
Steps to reproduce
Environment: IsaacSim v4.2.0
Running on dev/add_sampling branch of this repo.
Install orbit (IsaacLab) v0.3.0 as per README and follow all steps to setup
Open IsaacSim, enable the Orbit Nav Importer extension, and attempt to use the UI. No matter how I changed the filepaths and toggled with the options, the Load Scene button remained grey.
Possible Source of Bug
In the file extensions/orbit.nav.importer/orbit/nav/importer/scripts/importer_ext.py, lines 345 and 349 have defined the load_btn input field to be disabled (refer to ss).
If i change it to True, the load button works fine, and the rest of the functionality involved in loading in the Matterport environment works with no issue.
What is the current bug behavior?
Load Scene button is disabled
What is the expected correct behavior?
Load Scene button should be enabled (maybe with conditions like valid filepaths provided etc.)
Relevant logs and/or screenshots
The text was updated successfully, but these errors were encountered:
just a tiny issue, not sure if its intended behaviour but it was blocking usage on my side so i just wanted to bring it up.
thanks for creating this project!
thanks a lot for using our work. The repo here is not really maintained anymore, please use leggedrobotics/viplanner#32 (or the main branch as soon as the PR is merged)
Summary
The
Load Scene
button in the UI for Orbit Nav Importer extension is grayed out and unable to be used. This happens even if I load valid filepaths for the Mesh and PLY fields. However,Reset Scene
button works fine.Steps to reproduce
Environment: IsaacSim v4.2.0
Running on dev/add_sampling branch of this repo.
Install orbit (IsaacLab) v0.3.0 as per README and follow all steps to setup
Open IsaacSim, enable the Orbit Nav Importer extension, and attempt to use the UI. No matter how I changed the filepaths and toggled with the options, the
Load Scene
button remained grey.Possible Source of Bug
In the file
extensions/orbit.nav.importer/orbit/nav/importer/scripts/importer_ext.py
, lines 345 and 349 have defined theload_btn
input field to be disabled (refer to ss).If i change it to True, the load button works fine, and the rest of the functionality involved in loading in the Matterport environment works with no issue.
What is the current bug behavior?
Load Scene
button is disabledWhat is the expected correct behavior?
Load Scene
button should be enabled (maybe with conditions like valid filepaths provided etc.)Relevant logs and/or screenshots
The text was updated successfully, but these errors were encountered: