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

[eus_qpoases.cpp] options.setToReliable() #730

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Naoki-Hiraoka
Copy link
Contributor

@Naoki-Hiraoka Naoki-Hiraoka commented Aug 27, 2019

eus_qpoasesを使用しているときに、

:QP-could-not-be-solved-due-to-an-internal-error

によってQPが失敗することがしばしばあります.
QPを解くのに多少時間がかかるようになりますが、安定して解けるようなオプションを使用するように変更しました。

https://projects.coin-or.org/qpOASES/export/1/trunk/doc/manual.pdf より

setToReliable( );chooses values that ensure maximum reliabilty of the QP solu-tion (usually at the expense of a slower execution

ただ、テストが失敗しているように、問題によるところが大きいのかもしれません。

@mmurooka
Copy link
Member

ただ、テストが失敗しているように、問題によるところが大きいのかもしれません。

そうですね.
失敗しているテストは以下:

[eus_qp:make] [eus_qp.rosunit-optmotiongen_test_sample_inverse_kinematics_statics/test-sample-robot-trajectory-iks][FAILURE]

[eus_qp:make] [eus_qp.rosunit-test_contact_wrench_opt/test-samplerobot-distribute-use-equality-error-weight][FAILURE]

[eus_qp:make] [eus_qp.rosunit-test_model_predictive_control/all-test][FAILURE]----------------
([test-demo-mpc-gen-motion-all]の実行中にエラー)

Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

デフォルトではなく,このオプションが使う/使わない,を選択出来るようにするのはどうでしょうか.

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

Successfully merging this pull request may close these issues.

3 participants