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 9a16303 commit 7671e05Copy full SHA for 7671e05
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