-
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
feat(map_loader): add support for local cartesian projection to lanele… #9238
base: main
Are you sure you want to change the base?
feat(map_loader): add support for local cartesian projection to lanele… #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 |
|
…et map loader Signed-off-by: Sebastian Zęderowski <[email protected]>
Signed-off-by: Sebastian Zęderowski <[email protected]>
f6b1b34
to
dda1593
Compare
rebased and created pr: |
lanelet map loader
Description
Add LocalCaretsian (WGS84) projection support to map_loader.
Requires:
Related links
autoware.core PR
autoware_msgs PR
Parent Issue:
None.
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.