You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add mesh file (e.g. *.stl, *.obj, *.dae) to planning scene as collision object, but rviz2 print a lot of error messages about materials.
My code is :
[rviz2-4] [ERROR] [1649066982.936072797] [rviz2]: Can't assign material Shape22Material to the ManualObject MeshShape_ManualObject0 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066983.432405386] [rviz2]: Can't assign material Shape24Material to the ManualObject MeshShape_ManualObject1 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066983.926929507] [rviz2]: Can't assign material Shape26Material to the ManualObject MeshShape_ManualObject2 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066984.440845637] [rviz2]: Can't assign material Shape28Material to the ManualObject MeshShape_ManualObject3 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066984.953925202] [rviz2]: Can't assign material Shape30Material to the ManualObject MeshShape_ManualObject4 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066985.436153708] [rviz2]: Can't assign material Shape32Material to the ManualObject MeshShape_ManualObject5 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
[rviz2-4] [ERROR] [1649066985.953075143] [rviz2]: Can't assign material Shape34Material to the ManualObject MeshShape_ManualObject6 because this Material does not exist in group General. Have you forgotten to define it in a .material script?
Your environment
ROS Distro: [Foxy]
OS Version: e.g. Ubuntu 20.04
ROS install: apt
moveit2 install: source build, branch foxy
The text was updated successfully, but these errors were encountered:
Hi @JafarAbdi, I have tried to checkout to branch 5099f70001762e5f8ec5dbde84b6f6ff3728274d(#672), it doesn't work. I found the changes in #672 at two positions. So I changed the code at branch foxy manually. It works! Thank you very much!
Description
I want to add mesh file (e.g. *.stl, *.obj, *.dae) to planning scene as collision object, but rviz2 print a lot of error messages about materials.
My code is :
Results:
Your environment
The text was updated successfully, but these errors were encountered: