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.
|
- <?xml version="1.0"?>
- <robot xmlns:xacro="http://www.ros.org/wiki/xacro">
-
- <material name="black">
- <color rgba="0 0 0 1"/>
- </material>
-
- <material name="blue">
- <color rgba="0 0 1 1"/>
- </material>
-
- <material name="green">
- <color rgba="0 1 0 1"/>
- </material>
-
- <material name="red">
- <color rgba="1 0 0 1"/>
- </material>
-
- <material name="cyan">
- <color rgba="1 0 1 1"/>
- </material>
-
-
- </robot>
|