Skip to content
Snippets Groups Projects
Commit 30911a2e authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Shift door handle (they were not 'graspable' by HRP2)

parent c048bc81
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ install(FILES
urdf/pr2.urdf
urdf/box.urdf
urdf/cup.urdf
urdf/door.urdf
urdf/box_color.urdf
urdf/rod.urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/urdf
......@@ -73,6 +74,7 @@ install(FILES
srdf/box.srdf
srdf/cup.srdf
srdf/rod.srdf
srdf/door.srdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/srdf
)
install(FILES
......
<?xml version="1.0"?>
<robot name="door">
<handle name="handle1" clearance="0.025">
<position> 1 0.075 0.9 0.7071 0 0 -0.7071 </position>
<position> 0.9 0.075 0.9 0.7071 0 0 -0.7071 </position>
<link name="door_link"/>
</handle>
<handle name="handle2" clearance="0.025">
<position> 1 -0.025 0.9 0.7071 0 0 0.7071 </position>
<position> 0.9 -0.025 0.9 0.7071 0 0 0.7071 </position>
<link name="door_link"/>
</handle>
<disable_collisions link1="door_link" link2="wall1_link" reason="Default" />
......
......@@ -10,7 +10,7 @@
</inertial>
<visual>
<origin xyz="1 0.075 0.9" rpy="0 0 0" />
<origin xyz="0.9 0.075 0.9" rpy="0 0 0" />
<geometry>
<sphere radius="0.01"/>
</geometry>
......@@ -19,14 +19,14 @@
</material>
</visual>
<collision>
<origin xyz="1 0.075 0.9" rpy="0 0 0" />
<origin xyz="0.9 0.075 0.9" rpy="0 0 0" />
<geometry>
<sphere radius="0.01"/>
</geometry>
</collision>
<visual>
<origin xyz="1 -0.025 0.9" rpy="0 0 0" />
<origin xyz="0.9 -0.025 0.9" rpy="0 0 0" />
<geometry>
<sphere radius="0.01"/>
</geometry>
......@@ -35,7 +35,7 @@
</material>
</visual>
<collision>
<origin xyz="1 -0.025 0.9" rpy="0 0 0" />
<origin xyz="0.9 -0.025 0.9" rpy="0 0 0" />
<geometry>
<sphere radius="0.01"/>
</geometry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment