Skip to content

Commit 603bd48

Browse files
authored
Merge branch 'develop' into separate-teleop-tests
2 parents 8133236 + dbf91a7 commit 603bd48

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

apps/isaaclab.python.headless.rendering.kit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ folders = [
155155
"${app}/../source", # needed to find extensions in Isaac Lab
156156
]
157157

158+
[settings.persistent]
159+
UJITSO.geometry = true
160+
UJITSO.enabled = true
161+
158162
# Asset path
159163
# set the S3 directory manually to the latest published S3
160164
# note: this is done to ensure prior versions of Isaac Sim still use the latest assets

apps/isaaclab.python.kit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ renderer.startupMessageDisplayed = true # hides the IOMMU popup window
235235
resourcemonitor.timeBetweenQueries = 100 # improves performance
236236
simulation.defaultMetersPerUnit = 1.0 # Meters default
237237
omni.replicator.captureOnPlay = true
238+
UJITSO.geometry = true
239+
UJITSO.enabled = true
238240

239241
[settings]
240242
### async rendering settings

apps/isaaclab.python.rendering.kit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ folders = [
141141
"${app}/../source", # needed to find extensions in Isaac Lab
142142
]
143143

144+
[settings.persistent]
145+
UJITSO.geometry = true
146+
UJITSO.enabled = true
147+
144148
# Asset path
145149
# set the S3 directory manually to the latest published S3
146150
# note: this is done to ensure prior versions of Isaac Sim still use the latest assets

apps/isaaclab.python.xr.openxr.headless.kit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ folders = [
5858
"${app}/../source", # needed to find extensions in Isaac Lab
5959
]
6060

61+
[settings.persistent]
62+
UJITSO.geometry = true
63+
UJITSO.enabled = true
64+
6165
[settings]
6266
persistent.isaac.asset_root.default = "https://omniverse-content-staging.s3-us-west-2.amazonaws.com/Assets/Isaac/6.0"
6367
persistent.isaac.asset_root.cloud = "https://omniverse-content-staging.s3-us-west-2.amazonaws.com/Assets/Isaac/6.0"

apps/isaaclab.python.xr.openxr.kit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ folders = [
8585
"${app}/../source", # needed to find extensions in Isaac Lab
8686
]
8787

88+
[settings.persistent]
89+
UJITSO.geometry = true
90+
UJITSO.enabled = true
91+
8892
# Asset path
8993
# set the S3 directory manually to the latest published S3
9094
# note: this is done to ensure prior versions of Isaac Sim still use the latest assets

0 commit comments

Comments
 (0)