Skip to content

Commit afafa93

Browse files
committed
🫐 Updates foot color for urdf
1 parent 552cc38 commit afafa93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

simulation/resources/spot.urdf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<material name="black">
77
<color rgba="0.1 0.1 0.1 1" />
88
</material>
9-
<material name="grey">
10-
<color rgba="0.6 0.6 0.6 1" />
9+
<material name="foot_color">
10+
<color rgba="0 0.75 1 1" />
1111
</material>
1212
<!-- Params -->
1313
<!-- Macros -->
@@ -157,7 +157,7 @@
157157
<mesh filename="stl/foot.stl" scale="0.001 0.001 0.001" />
158158
</geometry>
159159
<origin rpy="0 -0.40010 0" xyz="0 -0.01 0" />
160-
<material name="grey" />
160+
<material name="foot_color" />
161161
</visual>
162162
<collision>
163163
<geometry>
@@ -282,7 +282,7 @@
282282
<mesh filename="stl/foot.stl" scale="0.001 0.001 0.001" />
283283
</geometry>
284284
<origin rpy="0 -0.40010 0" xyz="0 -0.01 0" />
285-
<material name="grey" />
285+
<material name="foot_color" />
286286
</visual>
287287
<collision>
288288
<geometry>
@@ -407,7 +407,7 @@
407407
<mesh filename="stl/foot.stl" scale="0.001 0.001 0.001" />
408408
</geometry>
409409
<origin rpy="0 -0.40010 0" xyz="0 -0.01 0" />
410-
<material name="grey" />
410+
<material name="foot_color" />
411411
</visual>
412412
<collision>
413413
<geometry>
@@ -532,7 +532,7 @@
532532
<mesh filename="stl/foot.stl" scale="0.001 0.001 0.001" />
533533
</geometry>
534534
<origin rpy="0 -0.40010 0" xyz="0 -0.01 0" />
535-
<material name="grey" />
535+
<material name="foot_color" />
536536
</visual>
537537
<collision>
538538
<geometry>

0 commit comments

Comments
 (0)