Skip to content

Commit

Permalink
Changed the color of the lightsensor to red, matching the image in th…
Browse files Browse the repository at this point in the history
…e README.
  • Loading branch information
KuraZuzu committed Sep 19, 2024
1 parent fd4043a commit 4306da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urdf/sensors/lightsens.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<geometry>
<box size="0.01 0.005 0.007" />
</geometry>
<material name="Gray">
<color rgba="0.2 0.2 0.2 1" />
<material name="Red">
<color rgba="1.0 0.0 0.0 1" />
</material>
</visual>
<inertial>
Expand Down

0 comments on commit 4306da2

Please sign in to comment.