What would be the easiest way to lower the pr2's arms in gazebo?
I've been looking through these tutorials: http://www.ros.org/wiki/move_arm/Tutorials/
They are very helpful, but they seem to be broken with fuerte. The arm navigation has trouble with the ompl_planning/plan_kinematic_path service.
Motion planning service failed on /ompl_planning/plan_kinematic_path
That's pretty much all you get besides more unsuccessful connection attempts. That service also doesn't seem to be running, so I'm guessing it has been changed in fuerte.
What might be the necessary changes in order to get this to work with fuerte? I'm hoping it is just changing the service name.
Most specifically this: http://www.ros.org/wiki/move_arm/Tutorials/MoveArmPoseGoalComplex
I'm attempting this in python right now, so this tutorial is the only one that translates well. (there is no 'addGoalConstraintToMoveArmGoal' functionality in python)