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

fix(autoware_qp_interface): incorrect parameter passing in delegating constructor #147

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

Conversation

NorahXiong
Copy link

Description

Class OSQPInterface delegating constructor is misused in the delegator. Variable eps_abs which is always a very tiny value is passed to max_iteration and then segment fault will appear when setting osqp workspace.

Related links

Should be merged after #146.

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Copy link

github-actions bot commented Jan 2, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@NorahXiong NorahXiong force-pushed the porting/fix_bugs/autoware_qp_interface branch from 644eb10 to b2df0a5 Compare January 3, 2025 01:14
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.

1 participant