feat(autoware_lanelet2_map_visualizer): add new maker#828
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
sasakisasaki
left a comment
There was a problem hiding this comment.
Reviewed code and the test result looks good 👍
318ca48 to
1208ff7
Compare
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
1208ff7 to
656f401
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #828 +/- ##
=======================================
Coverage 50.74% 50.75%
=======================================
Files 348 348
Lines 22529 22533 +4
Branches 10067 10071 +4
=======================================
+ Hits 11433 11437 +4
Misses 9999 9999
Partials 1097 1097
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e157e16
into
autowarefoundation:main
|
Why was this merged when https://github.com/autowarefoundation/autoware_core/actions/runs/22088376814 has failed?
I get the same error when building nightly. I know that these following prs are necessary:
But they should be merged, the new docker image should be built, then this CI would pass.
|
It was my fault for not pulling the But still, please don't override the CI unless there is an emergency or something. |
|
@xmfcx
|
|
So weird, when I clicked Checks -> build-test-tidy-pr link, it redirected me to the failing CI page which was https://github.com/autowarefoundation/autoware_core/actions/runs/22088376814 but now it redirects to the correct page as yours. I'm a bit confused on how it happened.
Oh now I see, there are 2 entries in this page: https://github.com/autowarefoundation/autoware_core/pull/828/checks
I'm not sure why the duplicates are there.
There were 4 run retries but 2 are visible there. One for the first run, one for the last one. Sorry for all the commotion lol. |
…tion#828) * add maker --------- Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> Signed-off-by: Sarun Mukdapitak <sarun.mukda@gmail.com>
…tion#828) * add maker --------- Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
feat(autoware_lanelet2_map_visualizer): add new maker (autowarefoundation#828)





Description
add new maker type for
obstacle_removal_areaRelated links
lanelet2extension PR:
autowarefoundation/autoware_lanelet2_extension#96
autowarefoundation/autoware_lanelet2_extension#100
How was this PR tested?
visualized as the following:

Notes for reviewers
New released version of lanelet2extension is required
Interface changes
None.
Effects on system behavior
None.