Update build_requirements_usd.txt.
PiperOrigin-RevId: 698138884 Change-Id: I8a3d093b460bd4acad1fa18806a59c29aaffd4c6
This commit is contained in:
committed by
Copybara-Service
parent
58d68d08d3
commit
34c6f9b76b
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user