Right & Left IK Service from Warehouse Wizard [closed]
Hello all,
I am trying to access the Right and Left IK Services from the arm navigation tutorials. When I run my robot and I try to check the rosservice info I get a connection timeout.
martin@ubuntu:~# rosservice info /H20_robot_left_arm_kinematics/get_constraint_aware_ik
Node: /H20_robot_left_arm_kinematics
URI: rosrpc://ubuntu:54175
Type: kinematics_msgs/GetConstraintAwarePositionIK
Args: ik_request constraints timeout
martin@ubuntu:~# rosservice info /H20_robot_left_arm_kinematics/
ERROR: unknown service
martin@ubuntu:~# rosservice info /H20_robot_left_arm_kinematics/get_ik
Node: /H20_robot_left_arm_kinematics
URI: rosrpc://ubuntu:54175
Type: kinematics_msgs/GetPositionIK
Args: ik_request timeout
I want to run this service programmically, like in the pr2 tutorials. However these are for Diamondback and Electric, does this code work with Fuerte as well?
Kind Regards, Martin