PR2 / pr2_common

45 stars 79 forks source link

TIFFFieldWithTag warnings with pr2_description #257

Closed davetcoleman closed 4 years ago

davetcoleman commented 7 years ago

Similar to https://github.com/PR2/pr2_common/issues/256, I'm getting hundreds of these warnings:

TIFFFetchNormalTag: Warning, Incompatible type for "RichTIFFIPTC"; tag ignored. TIFFFieldWithTag: Internal error, unknown tag 0x829a.

Kukanani commented 7 years ago

A "quick" way to fix a lot of these errors is to change the TIFs to PNGs, and update the corresponding .dae files.

airballking commented 6 years ago

I am having the same problem when using PR2's URDF on Kinetic.

@davetcoleman Why did you close this issue? Is there a fix available?

davetcoleman commented 6 years ago

I thought I had fix this, but looking at my commit history to this repo I think I only fixed other things...

fgq1992 commented 6 years ago

I met the same problem. Is there anyone who solved this problem. My ros version is kinetic.

airballking commented 6 years ago

I am not aware of any fix. @davetcoleman do you have a fork with a working fix somewhere?

davetcoleman commented 6 years ago

No, I never found a fix

DLu commented 6 years ago

Reported upstream here: https://github.com/ros-visualization/rviz/issues/1201 Seems to be ignorable for now.

kvnptl commented 5 years ago

A "quick" way to fix a lot of these errors is to change the TIFs to PNGs, and update the corresponding .dae files.

It works, i guess. After replacing .tif with .png, I am not getting any TIFFField error.

v4hn commented 5 years ago

It works, i guess. After replacing .tif with .png, I am not getting any TIFFField error.

How about a pull-request?