-
Notifications
You must be signed in to change notification settings - Fork 682
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_pointcloud_preprocessor): resolve issue with FLT_MAX not declared on Jazzy #8586
fix(autoware_pointcloud_preprocessor): resolve issue with FLT_MAX not declared on Jazzy #8586
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
e5f8d65
to
c9d52ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8586 +/- ##
==========================================
- Coverage 23.93% 23.92% -0.01%
==========================================
Files 1384 1386 +2
Lines 102106 102133 +27
Branches 38912 38911 -1
==========================================
- Hits 24435 24432 -3
- Misses 75195 75226 +31
+ Partials 2476 2475 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@reinzor Please run the pre-commit on your local, thanks! |
Fixes compilation error on Jazzy: error: ‘FLT_MAX’ was not declared in this scope Signed-off-by: Rein Appeldoorn <rein.appeldoorn@nobleo.nl>
c9d52ef
to
105bd3a
Compare
done |
… declared on Jazzy (autowarefoundation#8586) fix(pointcloud-preprocessor): FLT_MAX not declared Fixes compilation error on Jazzy: error: ‘FLT_MAX’ was not declared in this scope Signed-off-by: Rein Appeldoorn <rein.appeldoorn@nobleo.nl>
… declared on Jazzy (autowarefoundation#8586) fix(pointcloud-preprocessor): FLT_MAX not declared Fixes compilation error on Jazzy: error: ‘FLT_MAX’ was not declared in this scope Signed-off-by: Rein Appeldoorn <rein.appeldoorn@nobleo.nl>
Fixes compilation error on Jazzy:
error: ‘FLT_MAX’ was not declared in this scope