机械臂仿真构建完成
This commit is contained in:
19
simulation_ws/robotic_arm/urdf/materials.xacro
Normal file
19
simulation_ws/robotic_arm/urdf/materials.xacro
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
|
||||
<!-- 颜色 -->
|
||||
<material name="blue">
|
||||
<color rgba="0.0 0.0 0.8 1.0" />
|
||||
</material>
|
||||
|
||||
<material name="orange">
|
||||
<color rgba="1.0 0.5 0.0 1.0" />
|
||||
</material>
|
||||
|
||||
<material name="grey">
|
||||
<color rgba="0.5 0.5 0.5 1.0" />
|
||||
</material>
|
||||
|
||||
<material name="white">
|
||||
<color rgba="1.0 1.0 1.0 1.0" />
|
||||
</material>
|
||||
</robot>
|
||||
Reference in New Issue
Block a user