Robotics StackExchange | Archived questions

moveit_setup_assistant crashes on startup

I'm trying to launch the moveitsetupassistant but i get the following error:

Info: OS: Debian Jessie Ros distro: Kinetic

roslaunch moveitsetupassitant setup_assistant.launch

================================================================================REQUIRED process [moveitsetupassistant-2] has died! process has died [pid 18092, exit code -11, cmd /opt/ros/kinetic/lib/moveitsetupassistant/moveitsetupassistant _name:=moveitsetupassistant _log:=/home/michiel/.ros/log/a74c43c6-0ee2-11e7-aeba-485ab617a2c7/moveitsetupassistant-2.log]. log file: /home/michiel/.ros/log/a74c43c6-0ee2-11e7-aeba-485ab617a2c7/moveitsetupassistant-2*.log Initiating shutdown! ================================================================================ [moveitsetupassistant-2] killing on exit

The log file given in the error message does not exist.

Any idea's?

Asked by mschuurmans on 2017-03-22 04:36:42 UTC

Comments

Is this an ARM platform? Which one?

Asked by gvdhoorn on 2017-03-22 14:01:17 UTC

It's relatively old bug. In Jessie kinetic OpenCv is compiled against Qt4 whereas MoveIt uses Qt5. http://answers.ros.org/question/259490/moveit_setup_assistant-crash-with-segmentation-fault-in-libqtguiso4/ http://answers.ros.org/question/249595/moveit-setup-assistant-segfault-on-jessie

Asked by disRecord on 2017-04-28 03:03:49 UTC

Answers