Commit fbe207fc authored by Ashwin Varghese Kuruttukulam's avatar Ashwin Varghese Kuruttukulam Committed by Kelly Guo

Adds user note about asset warning (#355)

# Description

Add doc note for warnings regarding assets that can be safely ignored.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`

---------
Co-authored-by: 's avatarPeter Du <peterd@nvidia.com>
parent 9c126be2
......@@ -363,6 +363,21 @@ We recommend 10 successful demonstrations for good data generation results.
The robot uses simplified collision meshes for physics calculations that differ from the detailed visual meshes displayed in the simulation. Due to this difference, you may occasionally observe visual artifacts where parts of the robot appear to penetrate other objects or itself, even though proper collision handling is occurring in the physics simulation.
.. warning::
When first starting the simulation window, you may encounter the following ``DeprecationWarning`` and ``UserWarning`` error:
.. code-block:: text
DeprecationWarning: get_prim_path is deprecated and will be removed
in a future release. Use get_path.
UserWarning: Sum of faceVertexCounts (25608) does not equal sum of
length of GeomSubset indices (840) for prim
'/GR1T2_fourier_hand_6dof/waist_pitch_link/visuals/waist_pitch_link/mesh'.
Material mtl files will not be created.
This error can be ignored and will not affect the data collection process.
The error will be patched in a future release of Isaac Sim.
You can replay the collected demonstrations by running the following command:
.. code:: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment