Hello,
I am making an application where I design a scene/stage in omniverse Compose and then I simulate it in Isaac Sim.
I have an Isaac Sim extension to which I may upload USD scenes over a communication interface. I simply send a string representing the scene by calling
stage.Flatten().ExportToString().encode('utf-8'),
but this results in
enodo@cb218d2bfdce:/workspaces/enodo_motion$ cd /workspaces/enodo_motion ; /usr/bin/env /bin/python3.10 /home/enodo/.vscode-server/extensions/ms-python.debugpy-2024.10.0-linux-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 48227 -- -m scripts.grasp_lab.simulated_grasp_candidate_search
Warning: in _ReportErrors at line 3157 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- In </SpeakNoEvil_Skull>: Could not open asset @http:/omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/ArchVis/Residential/Decor/Sculptures/SpeakNoEvil_Skull.usd@ for reference introduced by @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@</SpeakNoEvil_Skull>. (instantiating stage on stage @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@ <0x55587a4dbe00>)
Warning: in _ReportErrors at line 3157 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- In </AbstractElephant>: Could not open asset @http:/omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/ArchVis/Residential/Decor/Sculptures/AbstractElephant.usd@ for reference introduced by @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@</AbstractElephant>. (instantiating stage on stage @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@ <0x55587a4dbe00>)
Warning: in _ReportErrors at line 3157 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- In </CrabbyPenHolder>: Could not open asset @http:/omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/ArchVis/Residential/Decor/DeskDecor/CrabbyPenHolder.usd@ for reference introduced by @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@</CrabbyPenHolder>. (instantiating stage on stage @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@ <0x55587a4dbe00>)
Warning: in _ReportErrors at line 3157 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- In </Kiwi>: Could not open asset @http:/omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/ArchVis/Residential/Decor/Sculptures/Kiwi.usd@ for reference introduced by @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@</Kiwi>. (instantiating stage on stage @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@ <0x55587a4dbe00>)
Warning: in _ReportErrors at line 3157 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- In </BuddhaStatue>: Could not open asset @http:/omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/ArchVis/Residential/Decor/Statues/BuddhaStatue.usd@ for reference introduced by @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@</BuddhaStatue>. (instantiating stage on stage @/home/enodo/OmniverseAssets/gp7_grasp_candidate_search/main.usda@ <0x55587a4dbe00>)
Warning: in _CopyMetadata at line 5305 of /usd-setup/OpenUSD-23.11/pxr/usd/usd/stage.cpp -- Failed copying metadata: Cannot set value for unknown field 'hide_in_stage_window'
Is it possible to consolidate nvidia assets?
Cheers,
Enodo-Oscar