-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from isaac-sim/release/5.0
Release 5.0
- Loading branch information
Showing
267 changed files
with
4,226 additions
and
3,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,34 @@ | ||
<project toolsVersion="5.0"> | ||
<!-- Import dependencies from Kit SDK to ensure we're using the same versions. --> | ||
<import path="../_build/${platform}/${config}/kit/dev/all-deps.packman.xml"> | ||
<filter include="carb_sdk_plugins"/> | ||
<filter include="doctest"/> | ||
<filter include="pybind11"/> | ||
<filter include="python"/> | ||
<filter include="client_library" /> | ||
<filter include="usd-${config}" /> | ||
<filter include="omni_usd_resolver" /> | ||
<filter include="nv_usd_py310_${config}" /> | ||
</import> | ||
|
||
<!-- Import Physics plugins deps --> | ||
<import path="../_build/target-deps/omni_physics/deps/target-deps.packman.xml"> | ||
<filter include="pxshared" /> | ||
<filter include="physx" /> | ||
<filter include="vhacd" /> | ||
</import> | ||
|
||
<import path="../_build/target-deps/omni_physics/deps/schema-deps.packman.xml"> | ||
<filter include="usd_ext_physics_${config}" /> | ||
</import> | ||
|
||
|
||
<!-- Override the link paths to point to the correct locations. --> | ||
<dependency name="carb_sdk_plugins" linkPath="../_build/target-deps/carb_sdk_plugins"/> | ||
<dependency name="carb_sdk_plugins" linkPath="../_build/target-deps/carb_sdk_plugins"> | ||
<package name="carb_sdk+plugins.${platform}" version="180.6+release.7436.c5558fdf.gl" platforms="${platform}" /> | ||
</dependency> | ||
<dependency name="usd-${config}" linkPath="../_build/target-deps/nv_usd/${config}" /> | ||
<dependency name="nv_usd_py310_${config}" linkPath="../_build/target-deps/nv_usd/${config}" /> | ||
<dependency name="pybind11" linkPath="../_build/target-deps/pybind11"/> | ||
<dependency name="python" linkPath="../_build/target-deps/python"/> | ||
<dependency name="client_library" linkPath="../_build/target-deps/client_library" /> | ||
<dependency name="omni_client_library" linkPath="../_build/target-deps/omni_client_library"> | ||
<package name="omni_client_library.${platform}" version="2.53.0" platforms="${platform}" /> | ||
</dependency> | ||
<dependency name="omni_usd_resolver" linkPath="../_build/target-deps/omni_usd_resolver" /> | ||
<dependency name="usd_schema_semantics_${config}" linkPath="../_build/target-deps/usd_schema_semantics/${config}" /> | ||
|
||
<dependency name="pxshared" linkPath="../_build/target-deps/pxshared"/> | ||
<dependency name="physx" linkPath="../_build/target-deps/physx" /> | ||
<dependency name="vhacd" linkPath="../_build/target-deps/vhacd" /> | ||
<dependency name="usd_ext_physics_${config}" linkPath="../_build/target-deps/usd_ext_physics/${config}" /> | ||
|
||
<import path="../_build/${platform}/${config}/kit/dev/deps/linbuild.packman.xml"> | ||
<!-- <import path="../_build/${platform}/${config}/kit/dev/deps/linbuild.packman.xml"> | ||
<filter include="linbuild" linkPath="../_build/host-deps/linbuild" tags="non-redist" /> | ||
</import> | ||
--> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<project toolsVersion="5.0"> | ||
<dependency name="kit_sdk_${config}" linkPath="../_build/${platform}/${config}/kit" tags="${config} non-redist"> | ||
<package name="kit-sdk" version="106.0.0+release.150235.1f3a71ae.tc.${platform}.${config}"/> | ||
<package name="kit-kernel" version="106.5.0+release.162521.d02c707b.gl.${platform}.release"/> | ||
</dependency> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
<project toolsVersion="5.0"> | ||
<project toolsVersion="5.6"> | ||
<!-- Import Kit SDk target-deps xml file to steal some deps from it: --> | ||
<!-- <import path="../_build/${platform}/${config}/kit/dev/deps/target-deps.packman.xml"> | ||
<filter include="omni_physics" /> | ||
</import> --> | ||
|
||
<!-- Pull those deps of the same version as in Kit SDK. Override linkPath to point correctly, other properties can also be override, including version. --> | ||
<dependency name="omni_physics" linkPath="../_build/target-deps/omni_physics"> | ||
<!-- Uncomment and change the version/path below when using a custom package --> | ||
<package name="omni_physics_dev" version="106.0.9908-2f73dac8-release_106.0-${platform}-${config}" platforms="windows-x86_64 linux-x86_64 linux-aarch64"/> | ||
<!-- <source path="/path/to/omni_physics" /> --> | ||
<dependency name="usd_ext_physics_${config}" linkPath="../_build/target-deps/usd_ext_physics/${config}"> | ||
<package name="usd_ext_physics" version="22.11+106.0.11913.7b63f9b1.gl.${platform}.${config}" platforms="windows-x86_64 linux-x86_64 linux-aarch64" /> | ||
</dependency> | ||
</project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,35 @@ | ||
<project toolsVersion="5.0"> | ||
<dependency name="repo_build" linkPath="../_repo/deps/repo_build"> | ||
<package name="repo_build" version="0.62.7" /> | ||
</dependency> | ||
<dependency name="repo_changelog" linkPath="../_repo/deps/repo_changelog"> | ||
<package name="repo_changelog" version="0.8.4" /> | ||
<package name="repo_build" version="0.63.1" /> | ||
</dependency> | ||
<dependency name="repo_docs" linkPath="../_repo/deps/repo_docs"> | ||
<package name="repo_docs" version="0.50.3" /> | ||
<package name="repo_docs" version="0.39.2" /> | ||
</dependency> | ||
<dependency name="repo_kit_tools" linkPath="../_repo/deps/repo_kit_tools"> | ||
<package name="repo_kit_tools" version="0.15.3" /> | ||
</dependency> | ||
<dependency name="repo_licensing" linkPath="../_repo/deps/repo_licensing" tags="non-redist"> | ||
<package name="repo_licensing" version="1.15.11" /> | ||
<package name="repo_kit_tools" version="0.20.6" /> | ||
</dependency> | ||
<dependency name="repo_man" linkPath="../_repo/deps/repo_man"> | ||
<package name="repo_man" version="1.57.12" /> | ||
<package name="repo_man" version="1.70.2" /> | ||
</dependency> | ||
<dependency name="repo_package" linkPath="../_repo/deps/repo_package"> | ||
<package name="repo_package" version="5.9.8" /> | ||
<package name="repo_package" version="5.12.3" /> | ||
</dependency> | ||
<dependency name="repo_format" linkPath="../_repo/deps/repo_format"> | ||
<package name="repo_format" version="2.12.6" /> | ||
<package name="repo_format" version="2.13.0" /> | ||
</dependency> | ||
<dependency name="repo_source" linkPath="../_repo/deps/repo_source"> | ||
<package name="repo_source" version="0.5.3" /> | ||
<package name="repo_source" version="0.6.0" /> | ||
</dependency> | ||
<dependency name="repo_test" linkPath="../_repo/deps/repo_test"> | ||
<package name="repo_test" version="2.31.2" /> | ||
<package name="repo_test" version="2.37.0" /> | ||
</dependency> | ||
<dependency name="repo_ci" linkPath="../_repo/deps/repo_ci"> | ||
<package name="repo_ci" version="0.6.1" /> | ||
<package name="repo_ci" version="0.8.5" /> | ||
</dependency> | ||
<dependency name="repo_usd" linkPath="../_repo/deps/repo_usd"> | ||
<package name="repo_usd" version="5.0.4" /> | ||
</dependency> | ||
<dependency name="repo_symstore" linkPath="../_repo/deps/repo_symstore"> | ||
<package name="repo_symstore" version="1.0.28" /> | ||
<package name="repo_symstore" version="1.0.21" /> | ||
</dependency> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
@echo off | ||
|
||
:: Set OMNI_REPO_ROOT early so `repo` bootstrapping can target the repository | ||
:: root when writing out Python dependencies. | ||
:: Use SETLOCAL and ENDLOCAL to constrain these variables to this batch file. | ||
SETLOCAL | ||
set OMNI_REPO_ROOT="%~dp0" | ||
|
||
call "%~dp0tools\packman\python.bat" "%~dp0tools\repoman\repoman.py" %* | ||
if %errorlevel% neq 0 ( goto Error ) | ||
|
||
:Success | ||
ENDLOCAL | ||
exit /b 0 | ||
|
||
:Error | ||
ENDLOCAL | ||
exit /b %errorlevel% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.