Skip to content

Commit c6c4595

Browse files
authored
Merge pull request #58 from NVIDIA-ISAAC-ROS/release-dp3
Isaac ROS 0.30.0 (DP3)
2 parents c2aa5bb + 30caa26 commit c6c4595

File tree

159 files changed

+9310
-4166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+9310
-4166
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore Python files in linguist
2+
*.py linguist-detectable=false
3+
14
# Images
25
*.gif filter=lfs diff=lfs merge=lfs -text
36
*.jpg filter=lfs diff=lfs merge=lfs -text

README.md

Lines changed: 93 additions & 114 deletions
Large diffs are not rendered by default.

ci/Jenkinsfile

Lines changed: 0 additions & 143 deletions
This file was deleted.

ci/copy_results.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

ci/nvblox_nightly.jenkinsfile

Lines changed: 0 additions & 147 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Workaround for running People Animation on Linux
2+
3+
Currently, python scripts for animation can only run if the usd is on the same filesystem as the script. This means that it is required to upload the scripts next to where the usd is stored:
4+
5+
1. To retrieve where the scripts are stored, click Window -> Extensions and search for `omni.anim.people`. Then in the extension details click on the folder icon. This will open a window in your browser showing where the extension is stored.
6+
7+
<div align="center"><img src="../resources/isaac_sim_anim_people_scripts.png" width=700px/></div>
8+
9+
2. You now need to upload the `scripts` folder from the `omni/anim/people` folder into a `people_anim_scripts` folder next to the scene usd. To do so, you can right-click on the *Content* tab on the bottom then select *Upload files and folders* to upload the scripts folder.
10+
11+
3. This step will need to be done each time a new version of the extension is released.

0 commit comments

Comments
 (0)