Skip to content

Commit

Permalink
Fix color of rear lights
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero authored and tonybaltovski committed Jan 14, 2025
1 parent d155c44 commit 41fde7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clearpath_platform_description/urdf/r100/r100.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<geometry>
<mesh filename="package://clearpath_platform_description/meshes/r100/end-cover.stl" />
</geometry>
<material name="clearpath_red" />
<material name="clearpath_black" />
</visual>
</link>

Expand Down Expand Up @@ -158,7 +158,7 @@
<geometry>
<mesh filename="package://clearpath_platform_description/meshes/r100/lights.stl" />
</geometry>
<material name="clearpath_black" />
<material name="clearpath_red" />
</visual>
</link>

Expand Down

0 comments on commit 41fde7b

Please sign in to comment.