ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@yangyangcv @bit-pirate :

I was getting the same segfault with Fuerte. You should apply this patch.

Originally reported 4 months ago: https://code.ros.org/trac/ros-pkg/ticket/5497/

And by Boris: https://code.ros.org/trac/ros-pkg/ticket/5567/

@yangyangcv @bit-pirate :

For FK, I was getting the same segfault with Fuerte. You should apply this patch.

Originally reported 4 months ago: https://code.ros.org/trac/ros-pkg/ticket/5497/

And by Boris: https://code.ros.org/trac/ros-pkg/ticket/5567/

For IK, I was getting "inverse kinematics failed".

You need to set the planning scene to null, as per Gil's code above.

You'll need to include an extra header file too:

include <arm_navigation_msgs setplanningscenediff.h="">

@yangyangcv @bit-pirate :

For FK, I was getting the same segfault with Fuerte. You should apply this patch.

Originally reported 4 months ago: https://code.ros.org/trac/ros-pkg/ticket/5497/

And by Boris: https://code.ros.org/trac/ros-pkg/ticket/5567/

For IK, I was getting "inverse kinematics failed".

You need to set the planning scene to null, as per Gil's code above.

You'll need to include an extra header file too:

include <arm_navigation_msgs setplanningscenediff.h="">

#include <arm_navigation_msgs/SetPlanningSceneDiff.h>