-
Notifications
You must be signed in to change notification settings - Fork 65
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
About the real robot application of the joint torque controller
#17
Comments
Hi, @Luminary-S, Thanks for your work on the real robot and focus on this project. |
Hi, @MingshanHe. Maybe this is the problem. What's your idea? Go back to the admittance, Thanks, |
Actually, it is sure that the official document and hardware have not provided the joint torque control interface, and you just can simulate it in the ROS. About this, you can define the joint interface type and use the torque controller with it. |
Have you completed it? I also want to implement admittance control on my UR3 robotic arm now |
I tried to apply the code to my real UR3 robot.
The followings have been done:
It gives the following ERROR for the
joint torque controller
I have reviewed the ur_robot_driver, and find no place to define a RobotHW for
joint torque controller
, Can you tell us the details of applying the controller to a real UR robot?The text was updated successfully, but these errors were encountered: