Skip to content
Snippets Groups Projects
materials.urdf.xacro 193 B
Newer Older
robot's avatar
robot committed
<?xml version="1.0"?>
<robot>

  <material name="Blue">
    <color rgba="0.0 0.0 0.8 1.0"/>
  </material>

  <material name="Grey">
    <color rgba="0.7 0.7 0.7 1.0"/>
  </material>

</robot>