Using arm_kinematics, Inverse Kinematics Calculations fail
I've been going through the PR2 Kinematics tutorials, but using our own arm ( http://www.ros.org/wiki/pr2_kinematic... ) and I've encountered a problem.
Using arm_kinematics ( http://www.ros.org/wiki/arm_kinematics ) in ROS C-Turtle, we're getting an Inverse Kinematics failed message.
I've also tried doing the forward-kinematics for an arbitrary robot pose, and then putting the result into the inverse kinematics request message. For some 'more complicated' poses (i.e. not very close to straight up) the inverse kinematics fails. For simple poses (close to straight up, all 0's) I can get a single inverse kinematic solution. The forward kinematics calculations look like they're all working correctly, however.
Any ideas of what I should look into?