-
Notifications
You must be signed in to change notification settings - Fork 704
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
feat(map_loader): add support for local cartesian projection #9238
feat(map_loader): add support for local cartesian projection #9238
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
0f6c927
to
f9b945b
Compare
@sebekx Since we cannot discuss or estimate the impact to the entire Autoware enough here, I would recommend you to create a discussion about adding LocalCartesian support to Autoware. |
We are using LocalCartesian in our stack with different implementation of localization components. Adding it in here shouldn't affect the system unless someone use it. |
If so, then please add the information in README.md that LocalCartesian can only be used in Then I suppose the changes here is OK, but it's only in my sense. |
Ok, thanks, I have updated readme. |
@sebekx |
|
f6b1b34
to
dda1593
Compare
rebased and created pr: |
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.
I'm sorry for being late.
Could you fix this part?
map/autoware_map_projection_loader/src/map_projection_loader.cpp
Outdated
Show resolved
Hide resolved
…et map loader Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl>
Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl>
Signed-off-by: Sebastian Zęderowski <szederowski@autonomous-systems.pl>
bbd286a
to
ced59fa
Compare
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
@TaikiYamada4 could you review again? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9238 +/- ##
=======================================
Coverage 26.79% 26.79%
=======================================
Files 1395 1397 +2
Lines 107936 107941 +5
Branches 41545 41549 +4
=======================================
+ Hits 28918 28926 +8
+ Misses 76141 76138 -3
Partials 2877 2877
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
lanelet map loader
Description
Add LocalCaretsian (WGS84) projection support to map_loader.
Requires:
Related links
How was this PR tested?
Used map_loaded to load lanelet with localCartesian(WGS84) projection.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.