ROS Components for hexapod_robot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 line
436B

  1. <?xml version="1.0"?>
  2. <robot xmlns:xacro="http://www.ros.org/wiki/xacro">
  3. <material name="black">
  4. <color rgba="0 0 0 1"/>
  5. </material>
  6. <material name="blue">
  7. <color rgba="0 0 1 1"/>
  8. </material>
  9. <material name="green">
  10. <color rgba="0 1 0 1"/>
  11. </material>
  12. <material name="red">
  13. <color rgba="1 0 0 1"/>
  14. </material>
  15. <material name="cyan">
  16. <color rgba="1 0 1 1"/>
  17. </material>
  18. </robot>