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
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
attached_obj_collision.py silently fails after printing MoveIt commander ok, objects are not added into the scene, trajectory is not planned.
Expected behavior
Running attached_obj_collision.py (violet object in the attached image) should load work_object.stl into the planning scene and execute the trajectory around two green boxes.
Thanks for the report. Given the upstream issue, I'm tagging on all distros to validate.
ooeygui
changed the title
[Melodic, Noetic] Default PyAssimp version 4.1.4 causes silent crash when loading STL through MoveIt's PlanningSceneInterface
[All Distros] Default PyAssimp version 4.1.4 causes silent crash when loading STL through MoveIt's PlanningSceneInterface
Mar 10, 2023
Describe the bug
PyAssimp version 4.1.4 causes a silent crash when loading STL through MoveIt's PlanningSceneInterface (Python).
The issue can be fixed by installing pyAssimp==4.1.3. The issue is present in both Melodic and Noetic and seems to be rather old (moveit/moveit#86 (comment), https://answers.ros.org/question/316515/cannot-add-mesh-files-to-moveit/) and related to pyAssimp itself rather than ROS (assimp/assimp#2343) .
A potential solution is to change the installed version in patch.bat
To Reproduce
Please see the attached MRE: example.zip
Steps:
attached_obj_collision.py
silently fails after printingMoveIt commander ok
, objects are not added into the scene, trajectory is not planned.Expected behavior
Running
attached_obj_collision.py
(violet object in the attached image) should loadwork_object.stl
into the planning scene and execute the trajectory around two green boxes.Environment information:
The text was updated successfully, but these errors were encountered: