Skip to content
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

PR2 meshes showing up too dark #3

Closed
chapulina opened this issue Nov 2, 2018 · 2 comments
Closed

PR2 meshes showing up too dark #3

chapulina opened this issue Nov 2, 2018 · 2 comments

Comments

@chapulina
Copy link

After following the example demo instructions, I get the PR2 to load but it looks too dark.

Using Collada Loader 1, this is what it looks like. Using Loader 2, all parts are black, so it's even worse.

rvizpolymerpr2

The meshes look fine on gzclient. I tried ramping up the light on ros3djs but it didn't change the meshes.

Note that the issue is probably not coming from the code on this repo; it's most likely related to the meshes or the collada loader.

@iche033
Copy link

iche033 commented Nov 2, 2018

maybe you can try the ColladaLoader from gzweb

@chapulina
Copy link
Author

So it seems that the problem is that pr2_description is using TIFF textures, which the collada loaders don't like, including GzWeb's:

gzweb_tif

I manually converted a couple of the textures to png and confirmed that they work. The PR2 SDF model at gazebo_models uses PNG textures.


I'll close this issue since I don't think supporting TIFF should be a concern here. Here's an issue about getting rid of TIFFs at pr2_description: PR2/pr2_common#226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants