Skip to content

Commit

Permalink
added color definitions (#310)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cb6fd9)
  • Loading branch information
ARK3r authored and mergify[bot] committed May 28, 2024
1 parent a9f2a71 commit 97dc064
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gz_ros2_control_demos/urdf/test_diff_drive.xacro.urdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0"?>
<robot name="diff_drive" xmlns:xacro="http://www.ros.org/wiki/xacro">
<material name="orange">
<color rgba="0.8 0.4 0.0 1.0"/>
</material>

<material name="black">
<color rgba="0 0 0 1.0"/>
</material>

<material name="white">
<color rgba="1 1 1 1.0"/>
</material>
<!-- Base Link -->
<link name="chassis">
<collision>
Expand Down

0 comments on commit 97dc064

Please sign in to comment.