-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add support for controllers #163
Comments
Will end controller be updated soon? |
you mean end-effector velocity? Yes, we should add support for MoveIt Servo etc |
Actually I am referring to the end position controller, but it can also be achieved with the end speed controller. Also, I have tried moveit servo. It's not work well. It seems that its solving frequency cannot reach 100Hz so there are noise when running. And it will move to all joints zero when error in config files, dangerous. It broke my heart :( |
well lets get that sorted then, I am quite positive this should work now. Moving the end-effector to a target position can be achieved in a variety of ways |
The Cartesian controllers mentioned here may work better. Especially I notice it has force controller and impedance controller, which only realized in kuka workbench (SmartServo) now. |
jap, would be great to use an open-source version for Cartesian impedance control etc |
by the way, if you would want to create a pull request for the moveit servo, I am more than happy to review it |
FYI, we ran the For us, we proceeded to implement real Cartesian impedance control and made it available on Github and also wrote a short paper. It's fairly easy to integrate. However unfortunately I did not have time to port it to ROS 2 yet and I will also not have time in the near future. |
hi @matthias-mayr , thank you for reaching out, been following your implementation, congrats on the PhD ! Would love to see what can be done re ROS 2 on your implementation. Let's see! |
Thanks. There have already been requests for ROS 2 and there's an open issue. If one goes down the "easy" road like |
The text was updated successfully, but these errors were encountered: