Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-rbprm-corba
Commits
bf48a86b
Commit
bf48a86b
authored
May 19, 2017
by
t steve
Browse files
added wall
parent
586d2872
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bf48a86b
...
...
@@ -97,6 +97,7 @@ install(FILES
data/urdf/siggraph_asia/scale_spidey.urdf
data/urdf/siggraph_asia/grasp.urdf
data/urdf/siggraph_asia/plane_hole.urdf
data/urdf/siggraph_asia/wall.urdf
data/spiderman/urdf/SpidermanLFootSphere.urdf
data/spiderman/urdf/SpidermanLHandSphere.urdf
data/spiderman/urdf/SpidermanRFootSphere.urdf
...
...
@@ -139,6 +140,7 @@ install(FILES
data/srdf/siggraph_asia/scale.srdf
data/srdf/siggraph_asia/scale_spidey.srdf
data/srdf/siggraph_asia/grasp.srdf
data/srdf/siggraph_asia/wall.srdf
data/srdf/siggraph_asia/plane_hole.srdf
data/spiderman/srdf/SpidermanLFootSphere.srdf
data/spiderman/srdf/SpidermanLHandSphere.srdf
...
...
@@ -186,9 +188,10 @@ install(FILES
data/meshes/polaris_reduced.stl
data/meshes/siggraph_asia/down.stl
data/meshes/siggraph_asia/scale.stl
data/meshes/siggraph_asia/scale_spidey.stl
data/meshes/siggraph_asia/grasp.stl
data/meshes/siggraph_asia/plane_hole.stl
data/meshes/siggraph_asia/scale_spidey.stl
data/meshes/siggraph_asia/grasp.stl
data/meshes/siggraph_asia/plane_hole.stl
data/meshes/siggraph_asia/wall.stl
DESTINATION
${
CATKIN_PACKAGE_SHARE_DESTINATION
}
/meshes
)
...
...
data/meshes/siggraph_asia/wall.stl
0 → 100644
View file @
bf48a86b
File added
data/srdf/siggraph_asia/wall.srdf
0 → 100644
View file @
bf48a86b
<?xml version="1.0"?>
<robot
name=
"wall"
>
</robot>
data/urdf/siggraph_asia/wall.urdf
0 → 100644
View file @
bf48a86b
<robot name="wall">
<link name="base_link">
<visual>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="package:///../hpp-rbprm-corba/meshes/siggraph_asia/wall.stl"/>
</geometry>
<material name="white">
<color rgba="1 1 1 1"/>
</material>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0" />
<geometry>
<mesh filename="package:///../hpp-rbprm-corba/meshes/siggraph_asia/wall.stl"/>
</geometry>
</collision>
</link>
</robot>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment