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

Warnings on Indigo #759

Closed
mikeferguson opened this issue May 1, 2014 · 10 comments
Closed

Warnings on Indigo #759

mikeferguson opened this issue May 1, 2014 · 10 comments
Labels

Comments

@mikeferguson
Copy link
Contributor

I get the following warnings on startup (I've included the other messages at startup for reference):

[ INFO] [1398980500.651549357]: rviz version 1.11.0
[ INFO] [1398980500.651621721]: compiled against OGRE version 1.9.0 (Ghadamon)
[ INFO] [1398980501.860387503]: Stereo is NOT SUPPORTED
[ INFO] [1398980501.860620804]: OpenGl version: 4.4 (GLSL 4.4).
[ WARN] [1398980501.885357478]: Compiler error: reference to a non existing object in point_cloud_box.material(47)
[ WARN] [1398980502.113151773]: WARNING: rviz_sphere.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
[ WARN] [1398980502.272015088]: WARNING: rviz_cylinder.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
[ WARN] [1398980502.272221046]: WARNING: rviz_cone.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
@wjwwood wjwwood added this to the 1.11.1 - Indigo milestone May 1, 2014
@wjwwood wjwwood added the bug label May 1, 2014
@wjwwood wjwwood modified the milestone: 1.11.1 - Indigo May 1, 2014
@wjwwood
Copy link
Member

wjwwood commented May 1, 2014

I've seen the same thing today while testing, but I didn't see any immediate issues. However, I didn't really do a lot of visualizations of things.

I was going to make a new indigo release today, it would be nice to fix this before that. I might take a stab at it.

@wjwwood
Copy link
Member

wjwwood commented May 1, 2014

Actually on my virtual machine I only get these warnings:

[ INFO] [1398981330.589722654]: rviz version 1.11.0
[ INFO] [1398981330.589902787]: compiled against OGRE version 1.9.0 (Ghadamon)
[ INFO] [1398981331.768420962]: Stereo is NOT SUPPORTED
[ INFO] [1398981331.772106894]: OpenGl version: 2.1 (GLSL 1.2).
[ WARN] [1398981332.184521634]: WARNING: rviz_sphere.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
[ WARN] [1398981332.340470763]: WARNING: rviz_cylinder.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.
[ WARN] [1398981332.340907459]: WARNING: rviz_cone.mesh is an older format ([MeshSerializer_v1.41]); you should upgrade it as soon as possible using the OgreMeshUpgrade tool.

@mikeferguson
Copy link
Contributor Author

Yeah, I'm not sure the cause or any side effects (I've yet to see any, but I have only done limited testing thus far), I just figured I would post this since you seemed to be on a ticket marathon.

@wjwwood
Copy link
Member

wjwwood commented May 2, 2014

I fixed the warnings I was getting with 1aad3d8

@wjwwood
Copy link
Member

wjwwood commented May 2, 2014

Compiler error: reference to a non existing object in point_cloud_box.material(47) is likely related to the difference in GLSL (4.4 and 1.2).

I'll check on reproducing that one too.

@wjwwood wjwwood closed this as completed in 05c215b May 2, 2014
@wjwwood
Copy link
Member

wjwwood commented May 2, 2014

So I fixed the error on my desktop, it seems that it was always referencing the wrong frag file but the compiler just didn't complain before?

I dunno, I couldn't see any functional difference using the Boxes display type on pointclouds anyways, but the warning is gone now.

@mikeferguson can you test it out?

@mikeferguson
Copy link
Contributor Author

building right now, will report back shortly

@wjwwood
Copy link
Member

wjwwood commented May 2, 2014

Ok, I'll hold the release into Indigo until you report back here.

@mikeferguson
Copy link
Contributor Author

All warnings/errors are gone on the latest build!

@wjwwood
Copy link
Member

wjwwood commented May 2, 2014

Cool, thanks for testing.

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

No branches or pull requests

2 participants