This commit is contained in:
bjoernellens1 2023-11-20 12:42:37 +01:00 committed by GitHub
parent 951ac2ab9e
commit 5dbf1b2518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -37,4 +37,12 @@ https://github.com/ros-simulation/gazebo_ros_demos/blob/kinetic-devel/rrbot_desc
<color rgba="1.0 1.0 1.0 1.0" /> <color rgba="1.0 1.0 1.0 1.0" />
</material> </material>
<material name="grey2">
<color rgba="0.9 0.9 0.9 1.0"/>
</material>
<material name="lightGrey">
<color rgba="0.6 0.6 0.6 1.0"/>
</material>
</robot> </robot>

View File

@ -25,7 +25,7 @@
<xacro:property name="chassis_offset" value="0.065"/> <xacro:property name="chassis_offset" value="0.065"/>
<!-- Materials --> <!-- Materials -->
<material name="white"> <!-- <material name="white">
<color rgba="1 1 1 1" /> <color rgba="1 1 1 1" />
</material> </material>
@ -59,7 +59,7 @@
<material name="lightGrey"> <material name="lightGrey">
<color rgba="0.6 0.6 0.6 1.0"/> <color rgba="0.6 0.6 0.6 1.0"/>
</material> </material> -->
<!-- Base Link --> <!-- Base Link -->
<link name="${prefix}base_link"> <link name="${prefix}base_link">