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

I got a Problem with the arm controller #24

Closed
ghost opened this issue Mar 25, 2021 · 3 comments
Closed

I got a Problem with the arm controller #24

ghost opened this issue Mar 25, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 25, 2021

When I launch the moveit demo and want to execute an arm movement, I receive the following error:

[ERROR] [1616651255.407653286]: Unable to identify any set of controllers that can actuate the specified joints: [ panda_joint1 panda_joint2 panda_joint3 panda_joint4 panda_joint5 panda_joint6 panda_joint7 ]
[ERROR] [1616651255.407667569]: Known controllers and their joints:
controller 'franka_gripper' controls joints:
panda_finger_joint1
panda_finger_joint2

There is no problem with executing a hand movement and the franka-ros and also the libfranka demos are working fine.
The panda robot is on firmware 4.0.4. libfranka on 0.8.0 and franka-ros on 0.7.1

@ghost
Copy link
Author

ghost commented Mar 25, 2021

while launching the interface, I noticed that the position_joint_trajectory_controller/follow_joint_trajectory is not connected.

[ERROR] [1616654245.872824741]: Action client not connected: position_joint_trajectory_controller/follow_joint_trajectory

how do I connect it?

@justagist
Copy link
Owner

You might be missing the joint-trajectory-controller package. Try running the launch file after apt install ros-melodic-joint-trajectory-controller.

@ghost
Copy link
Author

ghost commented Mar 26, 2021

Is working now, thank you!

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

No branches or pull requests

1 participant