[ros-users] URDF Textures

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: David Lu!!
Date:  
To: ros-users
Subject: [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!!