Skip to content

Instantly share code, notes, and snippets.

View Robotgir's full-sized avatar

Robotgir Robotgir

  • Germany
View GitHub Profile
@Robotgir
Robotgir / xkcd_colors.urdf.xacro
Created December 8, 2022 09:22 — forked from naoki-mizuno/xkcd_colors.urdf.xacro
Gazebo color palette with xckd color names
<?xml version="1.0"?>
<!-- https://www.w3schools.com/colors/colors_xkcd.asp -->
<robot>
<material name="acidgreen" >
<color rgba="0.5607843137254902 0.996078431372549 0.03529411764705882 1.0" />
</material>
<material name="adobe" >
<color rgba="0.7411764705882353 0.4235294117647059 0.2823529411764706 1.0" />
</material>