Problem with ikfast_moveit tutorial
link: http://moveit.ros.org/wiki/Kinematics...
when I finish the tutorial, I try to run: "roslaunch motoman_mh5_moveit_config demo.launch" The rviz opens correctly, but then it closes and the terminal shows:
All is well! Everyone is happy! You can start planning now!
[ INFO] [1397151951.649167498]: Loading robot model 'motoman_mh5'...
[ INFO] [1397151951.649462158]: No root joint specified. Assuming fixed joint
[ INFO] [1397151952.044567779]: joint_s -2.9671 2.9671 1
[ INFO] [1397151952.044887373]: joint_l -1.1345 2.618 1
[ INFO] [1397151952.045032293]: joint_u -2.3736 4.4506 1
[ INFO] [1397151952.045166528]: joint_r -3.3161 3.3161 1
[ INFO] [1397151952.045301182]: joint_b -2.1817 2.1817 1
[ INFO] [1397151952.045439119]: joint_t -6.2831 6.2831 1
[ INFO] [1397151952.225434215]: Starting scene monitor
[ INFO] [1397151952.227811123]: Listening to '/move_group/monitored_planning_scene'
[ INFO] [1397151952.732558619]: No active joints or end effectors found for group ''. Make sure you have defined an end effector in your SRDF file and that kinematics.yaml is loaded in this node's namespace.
[name_machine_15204_2001356156261009935-4] process has died [pid 15262, exit code -11, cmd /opt/ros/hydro/lib/rviz/rviz -d ~/catkin_workspace/src/motoman_mh5_moveit_config/launch/moveit.rviz __name:=rviz_machine_15204_2001356156261009935 __log:=~/.ros/log/e8dfae26-c0d5-11e3-9580-00216a36b28c/rviz_ismael_ThinkPad_T500_15204_2001356156261009935-4.log].
log file: ~/.ros/log/e8dfae26-c0d5-11e3-9580-00216a36b28c/rviz_machine_15204_2001356156261009935-4*.log
Update:
kinematics.yaml
:
planning_group:
kinematics_solver: motoman_mh5_planning_group_kinematics/IKFastKinematicsPlugin
kinematics_solver_attempts: 3
kinematics_solver_search_resolution: 0.005
kinematics_solver_timeout: 0.005
RViz seems to be crashing with a `SIGSEGV` (segmentation fault: -11), which can be caused by trying to access an invalid pointer fi. Is this with the IKFast plugin configured in the kinematics.yaml file?
It would seem you created the MH5 IKFast plugin yourself (AFAIK ROS-Industrial does not supply an MH5 setup). It would help if you could make your pkg / code available somewhere.
Which file do you need?
All of the pkgs that you created yourself, relating to the MH5 (so the MoveIt configuration pkg and the IKFast plugin package).
Also, have you checked those logfiles? There could be something in there which could help in debugging this issue (graphics card driver failure, etc).
Here, I have Upload my files: https://github.com/Bastbeat/ikfastproblem