Home
last modified time | relevance | path

Searched refs:urdf_path (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfFindMeshFile.h15 const std::string& urdf_path, std::string fn, in UrdfFindMeshFile() argument
72 int cnt = urdf_path.size(); in UrdfFindMeshFile()
75 if (urdf_path[i] == '/' || urdf_path[i] == '\\') in UrdfFindMeshFile()
77 shorter.push_back(urdf_path.substr(0, i) + "/"); in UrdfFindMeshFile()
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DUrdfFindMeshFile.h15 const std::string& urdf_path, std::string fn, in UrdfFindMeshFile() argument
72 int cnt = urdf_path.size(); in UrdfFindMeshFile()
75 if (urdf_path[i] == '/' || urdf_path[i] == '\\') in UrdfFindMeshFile()
77 shorter.push_back(urdf_path.substr(0, i) + "/"); in UrdfFindMeshFile()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/robots/
H A Dlaikago_v2.py19 urdf_path=laikago_constants.URDF_PATH,
H A Drobot_urdf_loader.py50 urdf_path: Text,
98 self._urdf_path = urdf_path
H A Dminitaur_v2.py34 urdf_path=minitaur_constants.MINITAUR_URDF_PATH,
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/bullet/
H A Dkuka_diverse_object_gym_env.py166 urdf_path = os.path.join(self._urdfRoot, urdf_name)
167 uid = p.loadURDF(urdf_path, [xpos, ypos, .15], [orn[0], orn[1], orn[2], orn[3]])
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp5118 const std::string& urdf_path = ""; in processCreateCollisionShapeCommand() local
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp5118 const std::string& urdf_path = ""; in processCreateCollisionShapeCommand() local