buggraphicshelp wanted
仓库指标
- 星标
- (28 个星标)
- PR 合并指标
- (平均合并 9天 6小时) (30 天内合并 30 个 PR)
描述
Environment
- OS Version: Ubuntu 18.04 and Ubuntu 20.04
- Source or binary build? Source, compiled from main (e70a75d107ba86bb3d1a68690e1d33bfaa4cbb29)
Description
I have two almost exact .dae meshes. One of them loads and the other doesn't with the following error message:
[GUI] [Err] [Ogre2MeshFactory.cc:559] Cannot load mesh with zero sub-meshes
[GUI] [Err] [Ogre2MeshFactory.cc:125] Failed to get Ogre item for [file:///home/caguero/vrx2022_ws/src/vrx/vrx_gazebo/models/placard_2022/meshes/Placard.dae]
[GUI] [Err] [SceneManager.cc:382] Failed to load geometry for visual: visual
See the attached .zip containing two meshes. placard_2022.dae loads but Placard.dae doesn't load. I recommend to run meld to see the differences. The diff shows just a difference in scene id name and <instance_visual_scene url=.
Steps to reproduce
- Drag and drop
placard_2022.daeinto the scene. The mesh should load. - Drag and drop
Placard.daeinto the scene. The mesh doesn't load.