Skip to content

Commit a682cf1

Browse files
author
Yu Fang
committed
Match the orientation of the fourier hands with the inspire hands
1 parent abf6f45 commit a682cf1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

robosuite/models/assets/grippers/fourier_left_hand.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</asset>
6666

6767
<worldbody>
68-
<body name="left_hand" pos="0 0 0" quat="0.7071068 0 0 -0.7071068">
68+
<body name="left_hand" pos="0 0 0" quat="0.7071068 0.7071068 0 0">
6969
<site name="ft_frame" pos="0 0 0" size="0.01 0.01 0.01" rgba="1 0 0 0" type="sphere" group="1"/>
7070
<inertial diaginertia="0 0 0" mass="0" pos="0 0 0"/>
7171
<body name="eef" pos="0 0 0" quat="0.707 0. -0.707 0.">
@@ -78,6 +78,7 @@
7878
</body>
7979

8080
<!-- Palm -->
81+
<body quat="0.5 -0.5 -0.5 -0.5">
8182
<body name="l_palm" pos="0 0 0">
8283
<geom name="l_palm_vis" type="mesh" material="l_base_material" mesh="L_hand_base_link_vis" group="1" contype="0" conaffinity="0"/>
8384
<geom name="l_palm_col" type="mesh" mass="0.1" mesh="L_hand_base_link_col"/>
@@ -171,6 +172,7 @@
171172
</body>
172173
<!-- End of Pinky finger -->
173174
</body>
175+
</body>
174176
<!-- End of Palm -->
175177
</body>
176178
</worldbody>

robosuite/models/assets/grippers/fourier_right_hand.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</asset>
7979

8080
<worldbody>
81-
<body name="right_hand" pos="0 0 0" quat="0.7071068 0 0 0.7071068">
81+
<body name="right_hand" pos="0 0 0" quat="0.7071068 0.7071068 0 0">
8282
<site name="ft_frame" pos="0 0 0" size="0.01 0.01 0.01" rgba="1 0 0 0" type="sphere" group="1"/>
8383
<!-- <inertial diaginertia="0 0 0" mass="0" pos="0 0 0"/> -->
8484
<body name="eef" pos="0 0 0" quat="0.707 0. -0.707 0.">
@@ -91,6 +91,7 @@
9191
</body>
9292

9393
<!-- Palm -->
94+
<body quat="0.5 -0.5 0.5 0.5">
9495
<body name="r_palm" pos="0 0 0">
9596
<geom name="r_palm_vis" type="mesh" material="r_base_material" mesh="R_hand_base_link_vis" group="1" contype="0" conaffinity="0"/>
9697
<geom name="r_palm_col" type="mesh" mass="0.5" mesh="R_hand_base_link_col"/>
@@ -190,6 +191,7 @@
190191
</body>
191192
<!-- End of Pinky -->
192193
</body>
194+
</body>
193195
<!-- End of Palm -->
194196
</body>
195197
</worldbody>

0 commit comments

Comments
 (0)