What is the best way to specify a filename for a URDF texture? Right now I have
<material name="bx">
      <texture filename="file:///path/to/pkg-name/texture.jpg" />
</material>

I tried filename="$(find pkg-name)/texture.jpg", but that didn't seem to work. 

-David!!