ROS Components for hexapod_robot
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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