-
Notifications
You must be signed in to change notification settings - Fork 668
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(obstacle_avoidance_planner): remove the option march=native #3009
fix(obstacle_avoidance_planner): remove the option march=native #3009
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@kosuke55 Could you approve the PR. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3009 +/- ##
=======================================
Coverage 12.75% 12.76%
=======================================
Files 1218 1218
Lines 85978 85971 -7
Branches 24469 24470 +1
=======================================
+ Hits 10965 10971 +6
+ Misses 63652 63639 -13
Partials 11361 11361
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…warefoundation#3009) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…warefoundation#3009) (#347) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Removed
-march=native
option in cmake since the building on CI sometimes fails maybe due to this option.https://github.com/autowarefoundation/autoware.universe/actions/runs/4363535826/jobs/7629737397
I confirmed that the calculation time and accuracy did not change with this PR.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.