-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing materials #215
Comments
Which version of ROS, pr2_gazebo, and pr2_common are you using? Which OS? From debs or built from source? |
Sorry, should have specified - Groovy, Ubuntu 12.10 (Quantal), groovy-devel branches of pr2_gazebo and pr2_common. |
This looks like a bug in how the textures are specified for gazebo in pr2_description/urdf/base_v0/base.gazebo.xacro and pr2_description/urdf/materials.urdf.xacro I think this is specific to gazebo. I don't know much about gazebo, but I'll see if I can get someone to take a look at it. |
I wonder if this is related to or a result of this issue: #192 It seems that the materials are all defined in pr2_ogre, in Media/materials/scripts/pr2.material . But this file does not seem to be referenced anywhere in pr2_description. |
If you roslaunch pr2_gazebo pr2_empty_world.launch, you'll see a bunch of warnings about missing textures, like:
Warning [Visual.cc:745] Unable to get Material[PR2/caster_texture] for Geometry[pr2::fr_caster_rotation_link::fr_caster_rotation_link_visual. Object will appear white
This is weird, since the textures are defined in pr2_description/urdf/materials.urdf.xacro . But for whatever reason, they're not getting picked up.
The text was updated successfully, but these errors were encountered: