Skip to content

Commit

Permalink
Add materials and colors as used in Agilus-2 series
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmeisser committed Sep 21, 2021
1 parent e9c37c7 commit 1d8d632
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kuka_resources/urdf/common_colours.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@

<!-- RAL 9002 - gray white -->
<xacro:property name="colour_kuka_ral_gray_white" value="${215/255} ${213/255} ${203/255} 1.0" />

<!-- RAL 9007 - grey aluminium -->
<xacro:property name="colour_kuka_ral_gray_aluminium" value="${135/255} ${133/255} ${129/255} 1.0" />

<!-- RAL 9010 - pure white -->
<xacro:property name="colour_kuka_ral_pure_white" value="${241/255} ${236/255} ${255/255} 1.0" />

<!-- RAL 9016 - traffic white -->
<xacro:property name="colour_kuka_ral_traffic_white" value="${241/255} ${240/255} ${234/255} 1.0" />
</robot>
12 changes: 12 additions & 0 deletions kuka_resources/urdf/common_materials.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,21 @@
</material>
</xacro:macro>

<xacro:macro name="material_kuka_ral_gray_aluminium">
<material name="">
<color rgba="${colour_kuka_ral_gray_aluminium}"/>
</material>
</xacro:macro>

<xacro:macro name="material_kuka_ral_pure_white">
<material name="">
<color rgba="${colour_kuka_ral_pure_white}"/>
</material>
</xacro:macro>

<xacro:macro name="material_kuka_ral_traffic_white">
<material name="">
<color rgba="${colour_kuka_ral_traffic_white}"/>
</material>
</xacro:macro>
</robot>

0 comments on commit 1d8d632

Please sign in to comment.