Skip to content
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

Separate simplefullbodyiksolver #1150

Merged

Conversation

ishiguroJSK
Copy link
Contributor

SimpleFullbodyInverseKinematicsSolverを別ファイルに分割して,
getEndEffectorPos,Rot関数を追加しました.
ただし、これまではSimpleFullbodyInverseKinematicsSolverのメンバ変数のRTC::Time current_tmがRTMに依存して,
これをcoutするためにオーバーロードされたoperator<<を使用していたようなのですが,
このあたりをヘッダに含めるとインクルードした時に競合しやすいため,
SimpleFullbodyInverseKinematicsSolver.hからは該当する実装を外し(時刻のcoutだけ出なくなります),
AutoBalancer.hのoperator<<オーバーロードは.cppに移しました(Stabilizer.cppは元々そうしていたようです)

@ishiguroJSK ishiguroJSK changed the title Seperate simplefullbodyiksolver Separate simplefullbodyiksolver Jun 6, 2017
@snozawa
Copy link
Contributor

snozawa commented Jun 7, 2017

LGTM.

@fkanehiro さん
travis通りましたので、お手すきの時にご確認いただけますと幸いです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants