Skip to content
Snippets Groups Projects
Commit 87f00ca0 authored by Steve Tonneau's avatar Steve Tonneau
Browse files

crawll back scenario

parent 3a5ca8d9
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 2 deletions
CMakeLists.txt 100644 → 100755
......@@ -64,14 +64,16 @@ install(FILES
data/urdf/box_rom.urdf
data/urdf/box.urdf
data/urdf/scene.urdf
data/urdf/scene2.urdf
data/urdf/scene_wall.urdf
#~ data/urdf/scene2.urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/urdf
)
install(FILES
data/srdf/box_rom.srdf
data/srdf/box.srdf
data/srdf/scene.srdf
data/srdf/scene2.srdf
data/srdf/scene_wall.srdf
#~ data/srdf/scene2.srdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/srdf
)
install(FILES
......@@ -82,6 +84,7 @@ install(FILES
data/meshes/robot_box.stl
data/meshes/chair_simple.stl
data/meshes/ground.stl
data/meshes/ground_table.stl
#~ data/meshes/pedal.stl
#~ data/meshes/board.stl
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/meshes
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File added
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
<?xml version="1.0"?>
<robot name="scene_wall">
<handle name="handle">
<position> 0 0 0 1 0 0 0 </position>
<link name="base_link"/>
</handle>
<handle name="handle2">
<position> 0 0 0
0 0 0.7071067811865476 0.7071067811865476 </position>
<link name="base_link"/>
</handle>
<contact name="box_surface">
<link name="base_link"/>
<point>-0.025 -0.025 -0.025 -0.025 0.025 -0.025 -0.025 -0.025 0.025 -0.025 0.025 0.025
+0.025 -0.025 -0.025 +0.025 0.025 -0.025 +0.025 -0.025 0.025 +0.025 0.025 0.025 </point>
<triangle> 0 2 1 4 5 6</triangle>
</contact>
</robot>
File mode changed from 100644 to 100755
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