Unified hexapod repository, containing all modules
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>
|