GetRobotLinkParentMap#
Fully qualified name: isaacsim::robot::schema::GetRobotLinkParentMap
- inline std::unordered_map<std::string, std::string> isaacsim::robot::schema::GetRobotLinkParentMap( )#
Build a child-link to parent-link path map from an
IsaacRobotAPIprim.Walks
isaac:physics:robotJointsrel targets; for each joint, readsbody0(parent) andbody1(child) viaGetJointBodyRelationshipand recordsbody1 -> body0. Links not referenced as any joint’sbody1(the articulation-root link) do not appear in the returned map — callers should treat absence as “parents to world / outer scope”.- Parameters:
stage – [in] Stage that owns the prims.
robotPrim – [in] The
IsaacRobotAPI-bearing prim (caller should verify this).
- Returns:
Map of
child_link_path->parent_link_path; empty if no robotJoints rel.