-
Notifications
You must be signed in to change notification settings - Fork 34
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
[JointPath] add local_p arg for calcJacobian #127
[JointPath] add local_p arg for calcJacobian #127
Conversation
ビルド以前に
となってTravis失敗するのですが,これは対応をお願いする形でよいのでしょうか? |
local_pはワールド座標系でのベクトルということで良いのでしょうか。 |
エンドエフェクタとして注目しているリンクの座標系から見た対象点です. |
確かにこのコミットだとワールド座標系になっていますね・・・ |
local_pをtarget_linkの座標系で正しく扱うよう修正しました. |
これをマージすると下流の再コンパイルが必要となるかと思いますが、こういう場合どうするのでしたっけ?@k-okada |
@fkanehiro ROSのdeb的には上流で新しいバイナリがリリースされたら下流も自動でビルドするので,
@ishiguroJSK 自分たちで直さないとダメです.#128 |
fkanehiro/hrpsys-base#1206 のPRで任意の対象点に対してX,Y,Z,r.p.y独立な拘束を与える際に必要としています. |
これをマージしたことでhrpsys-baseの方のtravisが通らなくなってしまったようなんですが、どうしたものでしょうか。 |
問題は
fkanehiro/hrpsys-base#1207
が原因でしょうか?
2017年10月17日(火) 8:37 Fumio KANEHIRO <[email protected]>:
これをマージしたことでhrpsys-baseの方のtravisが通らなくなってしまったようなんですが、どうしたものでしょうか。
https://travis-ci.org/fkanehiro/hrpsys-base/jobs/288395839
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3IMpEJDiBdPWVBkqPDRy-rBc14dMks5ss-jGgaJpZM4Pz0hz>
.
--
--
◉ Kei Okada
|
fkanehiro/hrpsys-base#1207 |
リンク上の任意の点に対する拘束を適用するために,
リンク上の任意の点に対するJacobianが必要になるので,
今回の変更を反映して欲しいです.
デフォルトの挙動や既存のコードの動作には影響ありません.
この変更でhrpsysの手先足先IKに関するコードも簡潔にかけるようになるかと思います