MoveIt Setup Assistant crashes when loading pr2.urdf (exit code -11)

asked 2013-10-05 05:49:12 -0500

StrangeQuirk gravatar image

I'm going through the MoveIt tutorials. I run the Setup Assistant (roslaunch moveit_setup_assistant setup_assistant.launch), and then select "Create New Configuration Package" and select the pr2.urdf file. When it reaches 70% it quits, and gives the output below. The pr2.urdf file was created with rosrun xacro xacro.py /opt/ros/hydro/share/pr2_description/robots/pr2.urdf.xacro > pr2.urdf. There's no moveit_setup_assistant-2.log file at the location specified, and the other log files there don't seem to be particularly useful. Any ideas?

process[moveit_setup_assistant-2]: started with pid [2945]

[ INFO] [1380987422.602191159]: Loaded pr2 robot model.

[ INFO] [1380987422.602289877]: Setting Param Server with Robot Description

[ INFO] [1380987422.621775156]: Robot semantic model successfully loaded.

[ INFO] [1380987422.621897354]: Setting Param Server with Robot Semantic Description

[ INFO] [1380987422.650351637]: Loading robot model 'pr2'...

[ INFO] [1380987422.650420441]: No root joint specified. Assuming fixed joint

[ INFO] [1380987423.220497210]: OpenGl version: 2.1 (GLSL 1.2).

[rospack] Warning: no such package media_export

================================================================================

REQUIRED process [moveit_setup_assistant-2] has died!

process has died [pid 2945, exit code -11, cmd /opt/ros/hydro/lib/moveit_setup_assistant/moveit_setup_assistant __name:=moveit_setup_assistant __log:=/home/user/.ros/log/e341525c-2dd3-11e3-9a5b-0090f5eb499f/moveit_setup_assistant-2.log]. log file: /home/user/.ros/log/e341525c-2dd3-11e3-9a5b-0090f5eb499f/moveit_setup_assistant-2*.log

Initiating shutdown!

================================================================================

[moveit_setup_assistant-2] killing on exit

[rosout-1] killing on exit

[master] killing on exit

shutting down processing monitor...

... shutting down processing monitor complete

done

edit retag flag offensive close merge delete

Comments

-11 is a segfault. To find out what's going on you need to use gdb. If you're using a launch file see this tutorial: http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20Nodes%20in%20Valgrind%20or%20GDB if you're just running it on the command line run it inside gdb manually to get a stack trace.

tfoote gravatar image tfoote  ( 2013-12-08 21:00:36 -0500 )edit