Update build_requirements_usd.txt.

PiperOrigin-RevId: 698138884
Change-Id: I8a3d093b460bd4acad1fa18806a59c29aaffd4c6
This commit is contained in:
Saran Tunyasuvunakool
2024-11-19 14:05:59 -08:00
committed by Copybara-Service
parent 58d68d08d3
commit 34c6f9b76b
2 changed files with 52 additions and 90 deletions
+6 -1
View File
@@ -20,11 +20,16 @@ import tempfile
from absl.testing import absltest
from etils import epath
import mujoco
from mujoco.usd import exporter as exporter_module # pylint: disable=g-import-not-at-top
try:
from mujoco.usd import exporter as exporter_module # pylint: disable=g-import-not-at-top
except ModuleNotFoundError:
exporter_module = None
class ExporterTest(absltest.TestCase):
@absltest.skipIf(exporter_module is None, "USD library is not available.")
def test_usd_export(self):
output_dir_root = os.getenv(