-
Notifications
You must be signed in to change notification settings - Fork 237
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
Can not plan simple motions after applying calibration #931
Comments
@RobertWilbrandt and @fmauch sorry for already pushing. But this is a real show stopper and I have not clue what to do about. If there is additional information needed I am happy to provide that. |
Hey, sorry for not getting back to you on this sooner. I'm currently trying to reproduce this. Could you provide some more information on the problem? In particular:
I hope that i'm able to reproduce this locally |
Hey,
Joint positions:
In this specific case the OMPL Cartesian planner actually manages to plan a trajectory but it is not straight. Regarding the collision meshes. Please see my email as we do not want to show screenshots of the additional tools online. |
Just as a follow up what I already tried:
|
As a follow-up on our offline discussions: Our current assumption is that the robot with the correction appplied is too close to a singularity (4 axes in parallel) and the planners cannot correctly handle this (even though i'm not quite sure why a configuration-space planner like the ompl-based ones should have problems with this). I did not yet get to reproducing this, but at this point we mainly want to exclude that there is some problem with some collision geometry that plays into the observed problems. |
@RobertWilbrandt I am pretty sure that the assumption is correct after doing more tests. It really only happens if the two wrist joints are in parallel. We solved this by turning the component we want to interact with by 90°... What still puzzles me a bit is that this only happens after applying the calibration from the robot. |
Feature summary
Hi,
we just finished the mechanical setup of the second version of our machine. Today a read the kinematics calibration from the new arms and applied them to the URDF.
Interestingly especially the PILZ planner (linear in the provided example) is not able the plan motions that it were able to plan before applying the calibration.
I disabled all machine specific parts in RVIZ for the screenshot but I guess the point becomes clear. We want to perform a linear cartesian motion from
start_pose
toend_pose
.PILZ reports either
unable to find IK Solution
or the typicalJoint velocity limit of ur_top/elbow_joint violated. Set the velocity scaling factor lower! Actual joint velocity is -33.3537, while the limit is 3.14159.
With the default kinematics applied the planning succeeds.
The kinematics read from the arm:
In our setup we have two arms. Whats interesting is that the behavior occurs on both of them. (In our old machine setup we also have two arms and both of them work fine). So this looks somehow systematic.
The text was updated successfully, but these errors were encountered: