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 use effort controllers on the real robot #636

Open
AbdulMughniKUCAR opened this issue Jun 12, 2023 · 1 comment
Open

Unable to use effort controllers on the real robot #636

AbdulMughniKUCAR opened this issue Jun 12, 2023 · 1 comment

Comments

@AbdulMughniKUCAR
Copy link

I'm facing this error when trying to run my controllers on the real robot, They work in gazebo by the way.

[ERROR] [1686577035.355803649]: This controller requires a hardware interface of type 'hardware_interface::EffortJointInterface'. Make sure this is registered in the hardware_interface::RobotHW class.

@cedricgoubard
Copy link

Hi @AbdulMughniKUCAR,

I'm not sure the UR robot supports this kind of controller; when you look at the hardware interface code, I think this driver only accepts position or velocity commands.

That being said, your error probably comes from the fact that the default hardware interface in the robot's description file is a PositionJointInterface, but your controller expects an EffortJointInterface.

Disclaimer: I might be wrong, I'm just another user who spent some time looking into similar problems.

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

2 participants