ROS Components for hexapod_robot
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

26 lignes
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>