Skip to content

Commit 685713d

Browse files
committed
update models
1 parent 797529c commit 685713d

15 files changed

Lines changed: 988 additions & 1906 deletions
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<sdf version="1.4">
2+
<model name="ikea_cup_solbraend">
3+
<static>0</static>
4+
<link name="link">
5+
6+
<inertial>
7+
<!--<pose frame=''>3e-05 -0.00028 0.07831 0 -0 0</pose>-->
8+
<mass>1.07424</mass>
9+
<inertia>
10+
<ixx>0.00168</ixx>
11+
<ixy>1e-06</ixy>
12+
<ixz>-1.5e-05</ixz>
13+
<iyy>0.001603</iyy>
14+
<iyz>-1.9e-05</iyz>
15+
<izz>0.000404</izz>
16+
</inertia>
17+
</inertial>
18+
19+
<collision name="colision1">
20+
<pose>0 0 0 0 0 0</pose>
21+
<geometry>
22+
<mesh>
23+
<uri>model://ikea_cup_blue/meshes/ikea_cup_solbraend.stl</uri>
24+
<scale> 1 1 1 </scale>
25+
</mesh>
26+
</geometry>
27+
<surface>
28+
<bounce />
29+
<friction>
30+
<ode />
31+
</friction>
32+
<contact>
33+
<ode />
34+
</contact>
35+
</surface>
36+
</collision>
37+
38+
<visual name="visual1">
39+
<pose>0 0 0 0 0 0</pose>
40+
<geometry>
41+
<mesh>
42+
<uri>model://ikea_cup_blue/meshes/ikea_cup_solbraend.stl</uri>
43+
<scale> 1 1 1 </scale>
44+
</mesh>
45+
</geometry>
46+
<material>
47+
<script>
48+
<uri>file://media/materials/scripts/gazebo.material</uri>
49+
<name>Gazebo/Blue</name>
50+
</script>
51+
<!--
52+
<ambient>0.851 0.5 0 1</ambient>
53+
<diffuse>0.851 0 0 1</diffuse>
54+
<specular>0 0 0 1</specular>
55+
<emissive>0 0 0 1</emissive>
56+
-->
57+
</material>
58+
</visual>
59+
60+
<velocity_decay>
61+
<linear>0.000000</linear>
62+
<angular>0.000000</angular>
63+
</velocity_decay>
64+
<self_collide>0</self_collide>
65+
<kinematic>0</kinematic>
66+
<gravity>0</gravity>
67+
</link>
68+
</model>
69+
</sdf>
70+
71+
<material>
72+
73+
</material>
18.4 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<model>
3+
<name>ikea_cup_solbraend</name>
4+
<version>0.1.0</version>
5+
<author>
6+
<name>Service Robotics Ulm</name>
7+
<email></email>
8+
</author>
9+
<sdf>ikea_cup_solbraend.sdf</sdf>
10+
<description>
11+
ikea_cup_solbraend
12+
</description>
13+
</model>
14+
15+
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<sdf version="1.4">
2+
<model name="ikea_cup_solbraend">
3+
<static>0</static>
4+
<link name="link">
5+
6+
<inertial>
7+
<mass>0.005</mass>
8+
<inertia>
9+
<ixx>0.000000</ixx>
10+
<ixy>0.000000</ixy>
11+
<ixz>0.000000</ixz>
12+
<iyy>0.000000</iyy>
13+
<iyz>0.000000</iyz>
14+
<izz>0.000000</izz>
15+
</inertia>
16+
</inertial>
17+
18+
<collision name="colision1">
19+
<pose>0 0 0 0 0 0</pose>
20+
<geometry>
21+
<mesh>
22+
<uri>model://ikea_cup_yellow/meshes/ikea_cup_solbraend.stl</uri>
23+
<scale> 1 1 1 </scale>
24+
</mesh>
25+
</geometry>
26+
<surface>
27+
<!--<contact>
28+
<ode>
29+
<kp>1e+06</kp>
30+
<kd>1</kd>
31+
<max_vel>1</max_vel>
32+
<min_depth>0.1</min_depth>
33+
</ode>
34+
</contact>
35+
-->
36+
<friction>
37+
<ode>
38+
<mu>10</mu>
39+
<mu2>10</mu2>
40+
<fdir1>0 0 0</fdir1>
41+
</ode>
42+
</friction>
43+
</surface>
44+
</collision>
45+
46+
47+
48+
<visual name="visual1">
49+
<pose>0 0 0 0 0 0</pose>
50+
<geometry>
51+
<mesh>
52+
<uri>model://ikea_cup_yellow/meshes/ikea_cup_solbraend.stl</uri>
53+
<scale> 1 1 1 </scale>
54+
</mesh>
55+
</geometry>
56+
<material>
57+
<script>
58+
<uri>file://media/materials/scripts/gazebo.material</uri>
59+
<name>Gazebo/Yellow</name>
60+
</script>
61+
<!--
62+
<ambient>0.851 0.5 0 1</ambient>
63+
<diffuse>0.851 0 0 1</diffuse>
64+
<specular>0 0 0 1</specular>
65+
<emissive>0 0 0 1</emissive>
66+
-->
67+
</material>
68+
</visual>
69+
70+
<velocity_decay>
71+
<linear>0.000000</linear>
72+
<angular>0.000000</angular>
73+
</velocity_decay>
74+
<self_collide>0</self_collide>
75+
<kinematic>0</kinematic>
76+
<gravity>1</gravity>
77+
</link>
78+
</model>
79+
</sdf>
18.4 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<model>
3+
<name>ikea_cup_solbraend</name>
4+
<version>0.1.0</version>
5+
<author>
6+
<name>Service Robotics Ulm</name>
7+
<email></email>
8+
</author>
9+
<sdf>ikea_cup_solbraend.sdf</sdf>
10+
<description>
11+
ikea_cup_solbraend
12+
</description>
13+
</model>
14+
15+

gazebo/models/kitchen_table/kitchen_table.sdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<static>1</static>
44
<link name="link">
55

6-
<collision name="colision1">
6+
<collision name="colision1">
77
<pose>0 0 0 0 0 0</pose>
88
<geometry>
99
<mesh>
@@ -33,7 +33,7 @@
3333
<material>
3434
<script>
3535
<uri>file://media/materials/scripts/gazebo.material</uri>
36-
<name>Gazebo/FlatBlack</name>
36+
<name>Gazebo/Wood</name>
3737
</script>
3838
</material>
3939
</visual>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)