Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to identify any set of controllers that can actuate the specified joints: [ elbow_joint shoulder_lift_joint shoulder_pan_joint wrist_1_joint wrist_2_joint wrist_3_joint ] #70

Closed
Guanxiaolong0408 opened this issue Dec 19, 2019 · 3 comments

Comments

@Guanxiaolong0408
Copy link

I using easy_handeye to calibrate the UR5 and depth camera, all the driver has been installed , while I using the rqt_easy_handeye to execute the plan, the robot on the rviz could move , but the real robot cannot move , and there is errors as

[ INFO] [1576755856.511674999]: Execution request received
[ INFO] [1576755856.511729324]: Returned 0 controllers in list
[ERROR] [1576755856.511757687]: Unable to identify any set of controllers that can actuate the specified joints: [ elbow_joint shoulder_lift_joint shoulder_pan_joint wrist_1_joint wrist_2_joint wrist_3_joint ]
[ERROR] [1576755856.511782182]: Known controllers and their joints:

Is there any one meet this problem?

@fmauch
Copy link
Collaborator

fmauch commented Dec 19, 2019

As far as I see, this uses MoveIt!, so it might be related to #55. If so, this comment might help you. Feel free to participate in the discussion inside #55.

@fmauch
Copy link
Collaborator

fmauch commented Apr 3, 2020

Any news on this? Otherwise I will consider closing this in a future sweep through the issues.

@mn-banjar
Copy link

I using easy_handeye to calibrate the UR5 and depth camera, all the driver has been installed , while I using the rqt_easy_handeye to execute the plan, the robot on the rviz could move , but the real robot cannot move , and there is errors as

[ INFO] [1576755856.511674999]: Execution request received
[ INFO] [1576755856.511729324]: Returned 0 controllers in list
[ERROR] [1576755856.511757687]: Unable to identify any set of controllers that can actuate the specified joints: [ elbow_joint shoulder_lift_joint shoulder_pan_joint wrist_1_joint wrist_2_joint wrist_3_joint ]
[ERROR] [1576755856.511782182]: Known controllers and their joints:

Is there any one meet this problem?

I faced the same issue when I was trying to use an example package that uses Moveit.

In my case, I forget to install Moveit package on the ROS. so I solved the issue by running:

sudo apt-get install ros-kinetic-moveit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants