Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).
Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
5.0.0
X 4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
X Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: Quadro RTX 5000
- Driver Version: 550.144.03
Topic Description
Detailed Description
in a stand alone set up, I am loading the spot model and a set of sensors from USD file. I am connection the set of sensors to the body of spot with a fixed joint. The set of sensor is define as a RigidPrim(…) . The Spot model is controlled by the default controller provided by NVIDIA.
It seems to work but after a few moments pieces of the Spot’s don’t fully update and a error message is displayed. This message seems to show that it can’t write to the object such as : “ Cannot set attribute value. Failed to create attribute spec </World/Spot/fr_uleg/fr_kn.state:angular:physics:position> “
Over time it gets really low and all legs have gotten stock somewhere around. See the images.
Any ideas why would the be happening?
Would this be something related to the my the Rigid body of the sensors are associated to the body of Spot (the body link)? I tried a few iterations of joint the set of sensor to the Spot but all resulted in the same issue.
Steps to Reproduce
(Add more steps as needed)
Error Messages
[python.sh-1]
[python.sh-1] 2025-08-21 22:11:45 [98,560ms] [Error] [omni.usd] Runtime Error: in _SetValueImpl at line 6214 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – Cannot set attribute value. Failed to create attribute spec </World/Spot/fr_uleg/fr_kn.state:angular:physics:position> in layer @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:11:52 [105,707ms] [Warning] [omni.usd] Coding Error: in _CreateSpec at line 4385 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/layer.cpp – Cannot create spec </World/Spot/hr_uleg/hr_kn.state:angular:physics:position> because it already exists in @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:11:52 [105,708ms] [Warning] [omni.usd] Coding Error: in CreateSpec at line 101 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/childrenUtils.cpp – Failed to create spec of type ‘SdfSpecTypeAttribute’ at </World/Spot/hr_uleg/hr_kn.state:angular:physics:position>
[python.sh-1]
[python.sh-1] 2025-08-21 22:11:52 [105,708ms] [Error] [omni.usd] Runtime Error: in _SetValueImpl at line 6214 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – Cannot set attribute value. Failed to create attribute spec </World/Spot/hr_uleg/hr_kn.state:angular:physics:position> in layer @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:05 [118,643ms] [Warning] [omni.usd] Coding Error: in _CreateSpec at line 4385 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/layer.cpp – Cannot create spec </World/Spot/hl_hip/hl_hy.state:angular:physics:velocity> because it already exists in @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:05 [118,643ms] [Warning] [omni.usd] Coding Error: in CreateSpec at line 101 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/childrenUtils.cpp – Failed to create spec of type ‘SdfSpecTypeAttribute’ at </World/Spot/hl_hip/hl_hy.state:angular:physics:velocity>
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:05 [118,643ms] [Error] [omni.usd] Runtime Error: in _SetValueImpl at line 6214 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – Cannot set attribute value. Failed to create attribute spec </World/Spot/hl_hip/hl_hy.state:angular:physics:velocity> in layer @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:11 [124,758ms] [Warning] [omni.usd] Coding Error: in _CreateSpec at line 4385 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/layer.cpp – Cannot create spec </World/Spot/fl_lleg.xformOp:orient> because it already exists in @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:11 [124,759ms] [Warning] [omni.usd] Coding Error: in CreateSpec at line 101 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/childrenUtils.cpp – Failed to create spec of type ‘SdfSpecTypeAttribute’ at </World/Spot/fl_lleg.xformOp:orient>
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:11 [124,759ms] [Error] [omni.usd] Runtime Error: in _SetValueImpl at line 6214 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – Cannot set attribute value. Failed to create attribute spec </World/Spot/fl_lleg.xformOp:orient> in layer @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:21 [134,543ms] [Warning] [omni.usd] Coding Error: in _CreateSpec at line 4385 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/layer.cpp – Cannot create spec </World/Spot/hl_uleg/hl_kn.state:angular:physics:position> because it already exists in @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:21 [134,543ms] [Warning] [omni.usd] Coding Error: in CreateSpec at line 101 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/childrenUtils.cpp – Failed to create spec of type ‘SdfSpecTypeAttribute’ at </World/Spot/hl_uleg/hl_kn.state:angular:physics:position>
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:21 [134,543ms] [Error] [omni.usd] Runtime Error: in _SetValueImpl at line 6214 of /builds/omniverse/usd-ci/USD/pxr/usd/usd/stage.cpp – Cannot set attribute value. Failed to create attribute spec </World/Spot/hl_uleg/hl_kn.state:angular:physics:position> in layer @anon:0x18246cf0:World0.usd@
[python.sh-1]
[python.sh-1] 2025-08-21 22:12:23 [137,190ms] [Warning] [omni.usd] Coding Error: in _CreateSpec at line 4385 of /builds/omniverse/usd-ci/USD/pxr/usd/sdf/layer.cpp – Cannot create spec </World/Spot/fr_hip/fr_hy.state:angular:physics:position> because it already exists in @anon:0x18246cf0:World0.usd@
Screenshots or Videos
Additional Information
What I’ve Tried
(Describe any troubleshooting steps you’ve already taken)
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)




