-
Notifications
You must be signed in to change notification settings - Fork 219
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
[Bug] Material not showing after upgrade from Iron to Jazzy #1220
Comments
I am getting the same error in my environment. |
Signed-off-by: chama1176 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: chama1176 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 85dfbef)
Signed-off-by: chama1176 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 85dfbef)
Signed-off-by: chama1176 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 85dfbef)
Signed-off-by: chama1176 <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> (cherry picked from commit 85dfbef) Co-authored-by: chama1176 <[email protected]>
As previously mentioned in the thread of issue #1236 I keep getting endless rviz2 logging errors even after the latest update to version 14.1.3 of rviz2 which included a fix for issue #1236, but not for me. In my case the objects producing the continuous rviz2 log errors are collision objects that were added using moveit2's applyCollisionObject methods and they include .stl meshes (note: the objects are not defined in a URDF file). The typical error message is the following, with the numbers between "Shape" and "Material" as well as after "Object" being kind of an computed counter increasing over time:
I am guessing here, but it seems that it kind of generates materials (like "Shape18906Material" from log output cited above) counting upwards the whole time and it looks for this material in some group "General" which I am not familiar with. My current setup is
Any ideas? |
I also got the same errors with rviz2 installed from apt (14.1.5), and I subsequently tried building 14.0.0 and 14.2.0 from source (as an overlay, without uninstalling the apt package), and got the same errors. I'm only using the MotionPlanning and Motion Planning Tasks plugins, so not sure if it's somehow related to those. |
Same here! Ubuntu 24.04 with Jazzy from Debian packages and rviz2 14.1.5 from binaries |
Nice catch! Could you make a pull request? |
Sure I will try, I have never tried making a pull request before though XD |
Description
We currently try to upgrade our stack from iron to jazzy. We mostly use stl files in our model. With rviz in iron all meshes + materials are shown correctly. In jazzy all meshes based on a stl file are shown in the same light gray (see screenshot)
Additionally rviz produces (Only in case the model is loaded via the moveit planning scene) and endless stream of such errors:
It is actually this stream of endless errors that makes it unusable.
System
Additional information
For most of these meshes a material is set in the
<visual>
block such as<material name="steel_blue"/>
EDIT:
I just ran rviz with '-l'.
Ogre does complain about:
The text was updated successfully, but these errors were encountered: