[ros-users] URDF Textures

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: David Lu!!
Dato:  
Til: ros-users
Emne: [ros-users] URDF Textures
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!!