Cannot create a fixed joint between realsense camera and its stand #516
-
Beta Was this translation helpful? Give feedback.
Answered by PeterL-NV Mar 11, 2026
Replies: 2 comments 1 reply
-
| Hi, Here're some possible causes that you can check:
joint_prim.GetAttribute("physics:excludeFromArticulation").Set(True) |
Beta Was this translation helpful? Give feedback.
1 reply
-
| Hi, The Realsense prim is typically an Xform (transform) type that serves as a container/parent prim, while RSD455 (the actual camera model) is a UsdGeom.Gprim type. According to USD's rigid body physics rules, RigidBodyAPI can only be applied to UsdGeom.Gprim types (geometry primitives like Sphere, Cube, etc.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by arambarricalvoj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment


Hi, The Realsense prim is typically an Xform (transform) type that serves as a container/parent prim, while RSD455 (the actual camera model) is a UsdGeom.Gprim type.
According to USD's rigid body physics rules, RigidBodyAPI can only be applied to UsdGeom.Gprim types (geometry primitives like Sphere, Cube, etc.)