-
Notifications
You must be signed in to change notification settings - Fork 95
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
possible Self-Collision Problem #188
Comments
Did not read through all the threads you linked... But you mean changing the limits, e.g. for As you see in https://github.com/ipa320/schunk_modular_robotics/blob/indigo_dev/schunk_description/urdf/lwa4p/lwa4p.urdf.xacro#L61 the actual limits are computed with an additional |
@ipa-fxm: the suggestion of @Dav1d11 is that the LWA robots suffer from the same problem as the UR robots do, namely that even with their default joint limits they can cause self-collisions (the I guess the question is also partly whether someone else has encountered this with the LWA, as the difference between the regular limits and the ones that @Dav1d11 posted is quite significant. |
Well, as far as I can tell: we at IPA do not have an lwa4p....so we did not experience this issue... Also, the Coming back to this issue...i |
Wasn't the 'conclusion' of ros-industrial/universal_robot#265 that it was actually due to the split / break / gap in the solution space due to the +-2pi limits on the elbow joint (and the resulting collisions of the upper arm / wrist with the shoulder) that OMPL can't deal with? See ros-industrial/universal_robot#265 (comment). The LWA seems to have a similar problem in some configurations? But just as you guys I don't have the actual robot, so it is/was just a guess. @gavanderhoorn wrote:
this might have been slightly ambiguous: I was referring to planning performance, not the actual difference between the sets of joint limits. The change from |
Just re-read ros-industrial/universal_robot#265 (comment): I see what you mean now with "not sampling dense enough". Reducing the joint limits on |
Hello everyone,
I've recently ran into a problem using your lwa4p robot model and moveit. Trajectory planning didn't work very well with default joint limits as described here.
Perhaps i did something wrong in the setup, but so far i haven't spotted the issue.
For now have now adjusted the Limits to these values:
Joint: 1 -2.9 2.9
Joint: 2 -2.9 2.9
Joint: 3 -2.7 2.7
Joint: 4 -2.9 2.9
Joint: 5 -2.9 2.9
Joint: 6 -2.9 2.9
which greatly improved the rate of successful motion plans.
There is an ongoing discussion about a problem which may have a similar cause: ros-industrial/universal_robot#265
The text was updated successfully, but these errors were encountered: