Home
last modified time | relevance | path

Searched refs:child_link_name (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ros-urdfdom_headers/urdfdom_headers-1.0.4/urdf_model/include/urdf_model/
H A Dmodel.h119 std::string child_link_name = joint->second->child_link_name; in initTree() local
121 if (parent_link_name.empty() || child_link_name.empty()) in initTree()
129 this->getLink(child_link_name, child_link); in initTree()
132 …throw ParseError("child link [" + child_link_name + "] of joint [" + joint->first + "] not found"); in initTree()
H A Djoint.h190 std::string child_link_name; variable
216 this->child_link_name.clear(); in clear()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/urdf/urdf_model/
H A Dmodel.h119 std::string child_link_name = joint->second->child_link_name; in initTree() local
121 if (parent_link_name.empty() || child_link_name.empty()) in initTree()
129 this->getLink(child_link_name, child_link); in initTree()
132 …throw ParseError("child link [" + child_link_name + "] of joint [" + joint->first + "] not found"); in initTree()
H A Djoint.h190 std::string child_link_name; variable
216 this->child_link_name.clear(); in clear()
/dports/math/fcl05/fcl-0.5.0/src/articulated_model/
H A Dmodel.cpp149 std::string child_link_name = it->second->getChildLink()->getName(); in initTree() local
154 link_parent_tree[child_link_name] = parent_link_name; in initTree()
/dports/math/fcl/fcl-0.7.0/.deprecated/articulated_model/
H A Dmodel.h226 std::string child_link_name = it->second->getChildLink()->getName(); in initTree() local
231 link_parent_tree[child_link_name] = parent_link_name; in initTree()
/dports/devel/ros-urdfdom/urdfdom-1.0.4/urdf_parser/src/
H A Djoint.cpp393 joint.child_link_name = std::string(pname); in parseJoint()
622 child_xml->SetAttribute("link", joint.child_link_name); in exportJoint()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/urdf/urdf_parser/
H A Djoint.cpp455 joint.child_link_name = std::string(pname); in parseJoint()
672 child_xml->SetAttribute("link", joint.child_link_name); in exportJoint()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp1979 std::string child_link_name = joint->m_childLinkName; in initTreeAndRoot() local
1980 if (parent_link_name.empty() || child_link_name.empty()) in initTreeAndRoot()
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfParser.cpp1979 std::string child_link_name = joint->m_childLinkName; in initTreeAndRoot() local
1980 if (parent_link_name.empty() || child_link_name.empty()) in initTreeAndRoot()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.cpp1340 std::string child_link_name = joint->m_childLinkName; in initTreeAndRoot() local
1341 if (parent_link_name.empty() || child_link_name.empty()) in initTreeAndRoot()
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.cpp1340 std::string child_link_name = joint->m_childLinkName; in initTreeAndRoot() local
1341 if (parent_link_name.empty() || child_link_name.empty()) in initTreeAndRoot()