You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem arises when running the demo_gripper_selection.py script.
An error occured with BDGripper
I also tried the hand grippers and the hands look like they're in the wrong orientation.
Another error occured with Using gripper SchunkSvhLeftHand...
Using gripper BDGripper...
[robosuite INFO] Loading controller configuration from: C:\Users\linca\Code\robosuite-master\robosuite\controllers\config\robots\default_panda.json (composite_controller_factory.py:121)
Traceback (most recent call last):
File "C:\Users\linca\Code\robosuite-master\robosuite\demos\demo_gripper_selection.py", line 22, in <module>
env = suite.make(
^^^^^^^^^^^
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\base.py", line 41, in make
return REGISTERED_ENVS[env_name](*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\manipulation\lift.py", line 187, in __init__
super().__init__(
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\manipulation\manipulation_env.py", line 171, in __init__
super().__init__(
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\robot_env.py", line 221, in __init__
super().__init__(
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\base.py", line 144, in __init__
self._load_model()
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\manipulation\lift.py", line 270, in _load_model
super()._load_model()
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\robot_env.py", line 314, in _load_model
self._load_robots()
File "C:\Users\linca\Code\robosuite-master\robosuite\environments\robot_env.py", line 601, in _load_robots
self.robots[idx].load_model()
File "C:\Users\linca\Code\robosuite-master\robosuite\robots\fixed_base_robot.py", line 67, in load_model
super().load_model()
File "C:\Users\linca\Code\robosuite-master\robosuite\robots\robot.py", line 223, in load_model
self.robot_model.set_mujoco_model()
File "C:\Users\linca\Code\robosuite-master\robosuite\models\robots\robot_model.py", line 87, in set_mujoco_model
self.mujoco_model = self.get_model()
^^^^^^^^^^^^^^^^
File "C:\Users\linca\Code\robosuite-master\robosuite\models\base.py", line 145, in get_model
model = mujoco.MjModel.from_xml_string(string.getvalue())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Error: faces of mesh 'gripper0_right_arm_link_wr1_0' have inconsistent orientation. Please check the faces containing the vertices 697 and 607.
Object name = gripper0_right_arm_link_wr1_0, id = 59, line = 134, column = -1
Reproduction
Clone repo via zip file (I couldn't get git clone to work, it kept getting stuck)
pip install requirements.txt and requirements-extra.txt
Run demo_gripper_selection.py
Expected behavior
For all possible gripper models to load without error.
The text was updated successfully, but these errors were encountered:
System Info
Information
Problem arises when running the demo_gripper_selection.py script.
An error occured with BDGripper
I also tried the hand grippers and the hands look like they're in the wrong orientation.
Another error occured with Using gripper SchunkSvhLeftHand...
Reproduction
Expected behavior
For all possible gripper models to load without error.
The text was updated successfully, but these errors were encountered: