-
Notifications
You must be signed in to change notification settings - Fork 1k
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
End effector wobbling after update. #449
Comments
Well, no, mostly because we (or I) don't have your specific setup I guess.
that would help, yes. 62011b0 fixed the inertia parameters for all robots, and for the UR3 these lines where changed. If you revert those, do things work like they used to? More specifically: could you check which of those you'd have to revert to get things to stabilise again? As the previous settings were just wrong (as explained by @fmauch), it might be that your previous setup being stable was a fluke (ie: stable with the incorrect characteristics of the robot model). Note that we're happy to assist, but we can't help getting (Gazebo) simulations stable, as it's just too finicky a business, and typically very brittle as well. |
Thanks for the quick response. It is completely understandable to not being able to support gazebo-related issues. I have cornered the problem to the Here is a quick demonstration of the problem: |
@fmauch: would you happen to have any idea? |
I'll have to have a look at it. As far as I understand it, you are simply starting the launchfile from the linked package? That should be enough to reproduce the problem. |
Yes, I am just running this command: Just an extra note: I also have to revert the |
I spent quite some time today to further investigate this. Unfortunately I did not find a solution for this. I agree with @gavanderhoorn that the working state from before this commit was most likely not the really "correct" state. But I agree that the dimensions entered in my commit seem not to be correct either. I'll need some more time / knowledge to further investigate this. |
I reshaped the inertia approximation by using the mesh bounding boxes. (For the UR3 those were indeed quite large). @gstavrinos I pushed my changes to https://github.com/fmauch/universal_robot/tree/fix_ur3 It seems as the wobbling in the starting state seems to be resolved by that. Could you please try moving it around a bit? |
Thanks @fmauch for taking the time to investigate this. Although the robot stopped wobbling when idle, unfortunately it still freaks out when moving. |
It could be that #504 will help with this. But seeing as it has been a long time since there was any activity here, I'm going to close it. If this is still an issue @gstavrinos, please comment here and we can re-open. |
Dear ROS-I developers,
We have a UR3+Schunk PG70 ( https://github.com/Roboskel-Manipulation/manos/ )combo that was working flawlessly both in simulation and with real hardware. After commit 62011b0, we encountered weird wobbling when the arm was resting, and the gripper's fingers completely snapped when the arm started moving.
I can provide you with a video if needed.
Have you also encountered this weird behaviour after that specific commit?
Thanks in advance,
George
The text was updated successfully, but these errors were encountered: