Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KincoActuatorIsaacLab
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
KincoActuatorIsaacLab
Commits
4bfb02c3
Commit
4bfb02c3
authored
Dec 30, 2023
by
Mayank Mittal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes typos in the how-to docs
parent
a9a85983
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
+16
-16
cluster.rst
docs/source/deployment/cluster.rst
+1
-1
master_omniverse.rst
docs/source/how-to/master_omniverse.rst
+15
-15
No files found.
docs/source/deployment/cluster.rst
View file @
4bfb02c3
...
@@ -136,7 +136,7 @@ ANYmal rough terrain locomotion training can be executed with the following comm
...
@@ -136,7 +136,7 @@ ANYmal rough terrain locomotion training can be executed with the following comm
.. code:: bash
.. code:: bash
./docker/container.sh job
./docker/container.sh job
--task Isaac-Velocity-Rough-Anymal-C-v0 --headless --video --offscreen_render
./docker/container.sh job --task Isaac-Velocity-Rough-Anymal-C-v0 --headless --video --offscreen_render
The above will, in addition, also render videos of the training progress and store them under ``orbit/logs`` directory.
The above will, in addition, also render videos of the training progress and store them under ``orbit/logs`` directory.
...
...
docs/source/how-to/master_omniverse.rst
View file @
4bfb02c3
...
@@ -70,27 +70,27 @@ Importing assets
...
@@ -70,27 +70,27 @@ Importing assets
- `Omniverse Asset Importer <https://docs.omniverse.nvidia.com/extensions/latest/ext_asset-importer.html>`__
- `Omniverse Asset Importer <https://docs.omniverse.nvidia.com/extensions/latest/ext_asset-importer.html>`__
- `Isaac Sim URDF impoter <https://docs.omniverse.nvidia.com/isaacsim/latest/ext_omni_isaac_urdf.html>`__
- `Isaac Sim URDF impoter <https://docs.omniverse.nvidia.com/isaacsim/latest/ext_omni_isaac_urdf.html>`__
The above mainly introduces how to use the USD Composer and its
functionalities to do operations using the UI. However, many developers,
who want to do scripting, need to also understand the APIs of Omniverse.
This requires understanding how developments happen within the Omniverse
team since many applications provide their own set of tooling around
Omniverse, often specialized for their particular use cases.
Part 2: Scripting in Omniverse
Part 2: Scripting in Omniverse
------------------------------
------------------------------
As learned from the videos earlier, USD is the main file format
The above links mainly introduced how to use the USD Composer and its
Omniverse operates with. So naturally, the APIs (from OpenUSD) for
functionalities through UI operations. However, often developers
modifying USD are at the core of Omniverse. Most of the time, we will
need to write scripts to perform operations. This is especially true
work with Python scripting and use the Python bindings to different
when you want to automate certain tasks or create custom applications
APIs.
that use Omniverse as a backend. This section will introduce you to
scripting in Omniverse.
USD is the main file format Omniverse operates with. So naturally, the
APIs (from OpenUSD) for modifying USD are at the core of Omniverse.
Most of the APIs are in C++ and Python bindings are provided for them.
Thus, to script in Omniverse, you need to understand the USD APIs.
.. note::
.. note::
While Isaac Sim and Orbit try to "relieve" users from understanding
While Isaac Sim and Orbit try to "relieve" users from understanding
the core USD concepts and APIs, understanding these basics still
the core USD concepts and APIs, understanding these basics still
help
s
a lot once you start diving inside the codebase and modifying
help a lot once you start diving inside the codebase and modifying
it for your own application.
it for your own application.
Before diving into USD scripting, it is good to get acquainted with the
Before diving into USD scripting, it is good to get acquainted with the
...
@@ -119,6 +119,6 @@ Part 3: More Resources
...
@@ -119,6 +119,6 @@ Part 3: More Resources
- `Omniverse Glossary of Terms <https://docs.omniverse.nvidia.com/isaacsim/latest/common/glossary-of-terms.html>`__
- `Omniverse Glossary of Terms <https://docs.omniverse.nvidia.com/isaacsim/latest/common/glossary-of-terms.html>`__
- `Omniverse Code Samples <https://docs.omniverse.nvidia.com/dev-guide/latest/programmer_ref.html>`__
- `Omniverse Code Samples <https://docs.omniverse.nvidia.com/dev-guide/latest/programmer_ref.html>`__
- `PhysX Collider
c
ompatibility <https://docs.omniverse.nvidia.com/extensions/latest/ext_physics/rigid-bodies.html#collidercompatibility>`__
- `PhysX Collider
C
ompatibility <https://docs.omniverse.nvidia.com/extensions/latest/ext_physics/rigid-bodies.html#collidercompatibility>`__
- `PhysX
l
imitations <https://docs.omniverse.nvidia.com/isaacsim/latest/features/physics/physX_limitations.html>`__
- `PhysX
L
imitations <https://docs.omniverse.nvidia.com/isaacsim/latest/features/physics/physX_limitations.html>`__
-
To learn more about PhysX, please always check their `official d
ocumentation <https://nvidia-omniverse.github.io/PhysX/physx/>`__.
-
`PhysX D
ocumentation <https://nvidia-omniverse.github.io/PhysX/physx/>`__.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment