[ros-users] URDF Textures

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: David Lu!!
Datum:  
Aan: ros-users
Onderwerp: [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!!