~shadowrobot/sr-ros-interface/trunk

« back to all changes in this revision

Viewing changes to sr_description/materials.urdf.xacro

  • Committer: Ugo Cupcic
  • Date: 2012-07-23 12:23:41 UTC
  • Revision ID: ugo@shadowrobot.com-20120723122341-vlkm85bisxyv2wsw
just moved all the models out of sr_hand into sr_description, not rewritten yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<robot>
 
3
 
 
4
  <material name="Blue">
 
5
    <color rgba="0.0 0.0 0.8 1.0"/>
 
6
  </material>
 
7
  
 
8
  <material name="Green">
 
9
    <color rgba="0.0 0.8 0.0 1.0"/>
 
10
  </material>
 
11
  
 
12
  <material name="Grey">
 
13
    <color rgba="0.2 0.2 0.2 1.0"/>
 
14
  </material>
 
15
  
 
16
  <material name="LightGrey">
 
17
    <color rgba="0.6 0.6 0.6 1.0"/>
 
18
  </material>
 
19
  
 
20
  <material name="Red">
 
21
    <color rgba="0.8 0.0 0.0 1.0"/>
 
22
  </material>
 
23
  
 
24
  <material name="White">
 
25
    <color rgba="1.0 1.0 1.0 1.0"/>
 
26
  </material>
 
27
 
 
28
</robot>