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
Due to the merge of #1317 (subsequently changed in #1352), I am now seeing the following error for my 3ds meshes when using rviz 1.13.3 in ROS Melodic on Ubuntu 18.04:
[ERROR] [1554754289.703535903, 1.974491951]: /rviz: XML parse error [package://my_package/meshes/fancy_mesh.3ds]: XML_ERROR_PARSING_TEXT
Reason: loadMeshFromResource calls meshFromAssimpScene for 3ds files, and then subsequently getMeshUnitRescale is called even if the file is not a Collada XML file.
The text was updated successfully, but these errors were encountered:
dseifert
pushed a commit
to dseifert/rviz
that referenced
this issue
Apr 8, 2019
Due to the merge of #1317 (subsequently changed in #1352), I am now seeing the following error for my 3ds meshes when using rviz 1.13.3 in ROS Melodic on Ubuntu 18.04:
[ERROR] [1554754289.703535903, 1.974491951]: /rviz: XML parse error [package://my_package/meshes/fancy_mesh.3ds]: XML_ERROR_PARSING_TEXT
Reason:
loadMeshFromResource
callsmeshFromAssimpScene
for 3ds files, and then subsequentlygetMeshUnitRescale
is called even if the file is not a Collada XML file.The text was updated successfully, but these errors were encountered: