-
Notifications
You must be signed in to change notification settings - Fork 61
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
Collision avoidance IK easily failed on HIRONXJSK #613
Comments
can you check this PR to show and visualize the default collision pairs? |
これは、https://github.com/euslisp/jskeus/blob/3040a1aa1cce1326c2e79890111d099b07207479/irteus/irtmodel.l#L1838-L1862 の手法を使う限り避けられない問題で、以下のようなパラチューンでなんとかするしかないと思います。
|
@knorth55
The three photos below show how the following code was sent.
@Naoki-Hiraoka |
@YUKINA-3252
Or, if you just do not want to send collided angle-vector to real robot, solve ik without |
issueの目的がわかりにくくすみません。 |
I want to try collision avoidance IK on HIRONXJSK with the following modification to the model:
master...YUKINA-3252:rtmros_tutorials:hironxjsk-collision-ik
But the following code
returned IK failure:
https://gist.github.com/YUKINA-3252/2a82d117c721e070c80d1db12a45e22f
This code succeeded when I did not use collision avoidance IK (set no
collision-avoidance-links
):master...YUKINA-3252:rtmros_tutorials:hironxjsk-collision
log: https://gist.github.com/YUKINA-3252/363559b66b0e4b10f950ff78b4d4638e
cc @pazeshun @k-okada
The text was updated successfully, but these errors were encountered: