-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hello,
We have two PR2 robots. I am trying to control the head of a PR2 using an actionlib package with a topic "/head_traj_controller/point_head_action." Problem is that the PR2 does not move its head at all. I found the PR2 does not return any feedback through a topic, "/head_traj_controller/point_head_action/feedback," after I send a command. I checked another PR2 which properly provides feedback message after sending the same command. I also tried to stop, re-load, and start the controller using "pr2_controller_manager." There was no change.
I think there is no hardware issue since the joint trajectory action controller works without any problem using "head_traj_controller/joint_trajectory_action." Could you tell me any instruction to find the cause of this problem?
Best,
Daehyung