We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3d748 commit ea36f4fCopy full SHA for ea36f4f
robot_descriptions/loaders/mujoco.py
@@ -40,8 +40,6 @@ def load_robot_description(
40
41
def load_model_from_path(path):
42
try:
43
- import pdb; pdb.set_trace()
44
-
45
return mujoco.MjModel.from_xml_path(path)
46
except ValueError:
47
print(f"{path} not found. Loading default robot model.")
0 commit comments