-
Notifications
You must be signed in to change notification settings - Fork 118
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
Warning: Uncontrolled movement with UR's latest Humble
release
#142
Comments
Hi @stefanscherzinger, is this still the case? I have been experiencing issues with the cartesian motion controller where the robot vibrates upon reaching commanded position, and sometimes even experiences random jerks along the motion, is this related to this issue or could that be fixed by tuning the controller? Any ideas would be helpful thanks. |
I just want to report I met the same situation using ROS iron/ur ros driver 2.3.7/UR5e. It is not only cartesian_force_controller, cartesian_motion_controller is also completely freaked out when I try to activate the controller. I did tried to adjust the iteration number and p/d, it did not work. |
A small update, after downgrading my ROS and ur-driver version following @stefanscherzinger advice, the compliance controller works. Thanks for your open-source controller, this is quite helpful for me. |
Back to version from tag 2.2.7, which fixes issue with FZI controllers Info: fzi-forschungszentrum-informatik/cartesian_controllers#142
Problem description
There seems to be a problem with the cartesian controllers and the latest UR ROS2 driver. After upgrading today from
the
cartesian_force_controller
completely freaked out upon activation. I'm currently not sure what's happening, but I could pinpoint it down a little. After removing the system dependencies and after installing from sourceeverything behaves normal.
So, something happens in the driver between
2.2.7
and2.2.8
whose consequence I need to check in the controllers. The only commit that seems to touch relevant parts of the code was introduced with #719. Let's see what that is..Software versions
Workaround
Until this is fixed, build the driver from source as explained here and switch to
2.2.7
(git checkout 2.2.7
).The text was updated successfully, but these errors were encountered: