-
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(autoware_pointcloud_preprocessor): fix image display in distortion corrector #9761
fix(autoware_pointcloud_preprocessor): fix image display in distortion corrector #9761
Conversation
Signed-off-by: vividf <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9761 +/- ##
==========================================
+ Coverage 29.66% 29.72% +0.06%
==========================================
Files 1449 1450 +1
Lines 108785 108573 -212
Branches 42697 42458 -239
==========================================
+ Hits 32271 32275 +4
+ Misses 73344 73129 -215
+ Partials 3170 3169 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@vividf |
@knzo25 |
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
Not sure whether the main docs update it immediately, probably it takes time (?) |
@knzo25 main is updated |
…n corrector (autowarefoundation#9761) fix: fix image display Signed-off-by: vividf <[email protected]>
…n corrector (autowarefoundation#9761) fix: fix image display Signed-off-by: vividf <[email protected]>
Description
Images were displayed in the HTML table instead of the markdown table.
Which causes the images to fail to display on the Autoware documentation page.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.