I want to try collision avoidance IK on HIRONXJSK with the following modification to the model: https://github.com/start-jsk/rtmros_tutorials/compare/master...YUKINA-3252:rtmros_tutorials:hironxjsk-collision-ik But the following code ``` (hironxjsk-init) (objects (list *hironxjsk*)) (send *hironxjsk* :reset-manip-pose) (send *hironxjsk* :rarm :move-end-pos #f(0 150 0) :world :debug-view t :check-collision t) ``` 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`): https://github.com/start-jsk/rtmros_tutorials/compare/master...YUKINA-3252:rtmros_tutorials:hironxjsk-collision log: https://gist.github.com/YUKINA-3252/363559b66b0e4b10f950ff78b4d4638e cc @pazeshun @k-okada
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