Skip to content

inverse-kinematicsのthreを小さくしすぎると解けなくなる #633

@pazeshun

Description

@pazeshun

以下のように、大きなthreでは解けるIKが、小さなthreでは解けないことがあります。

(cobotta)
(send *cobotta* :angle-vector #f(-10.094 -16.3036 108.178 4.48656 -60.5562 0.91869))
(send *cobotta* :arm :move-end-pos #f(0 0 -30) :world :thre 0.05 :debug-view t)  ;; fail
(send *cobotta* :arm :move-end-pos #f(0 0 -30) :world :thre 0.1 :debug-view t)  ;; succeed

詳細:https://gist.github.com/pazeshun/83a468d232a68fe0c67f50c8d0650a56

cc @k-okada

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions