We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:angle-vectorは、2つのjointのmin-max-table両方を見て、中間の整合性が取れる角度にセットします。
:angle-vector
jskeus/irteus/irtmodel.l
Lines 845 to 868 in 6d5b288
一方で、 :rarm :angle-vectorは、単純にjoint-angleをセットするので、min-max-tableをバラバラにチェックしています。
:rarm :angle-vector
jskeus/irteus/irtrobot.l
Lines 145 to 153 in 6d5b288
:inverse-kinematics
:move-joints
Lines 1503 to 1538 in 6d5b288
min_max_tableの扱いが関数によって異なることによって、ロボットの姿勢が予期せず変わってしまうことがあるため、前者に統一したいです。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
:angle-vector
は、2つのjointのmin-max-table両方を見て、中間の整合性が取れる角度にセットします。jskeus/irteus/irtmodel.l
Lines 845 to 868 in 6d5b288
一方で、
:rarm :angle-vector
は、単純にjoint-angleをセットするので、min-max-tableをバラバラにチェックしています。jskeus/irteus/irtrobot.l
Lines 145 to 153 in 6d5b288
:inverse-kinematics
の中で呼ばれる:move-joints
も、単純にjoint-angleをセットするので、min-max-tableをバラバラにチェックしています。jskeus/irteus/irtmodel.l
Lines 1503 to 1538 in 6d5b288
min_max_tableの扱いが関数によって異なることによって、ロボットの姿勢が予期せず変わってしまうことがあるため、前者に統一したいです。
The text was updated successfully, but these errors were encountered: