Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sebekx
Copy link
Contributor

@sebekx sebekx commented Nov 5, 2024

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.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:map Map creation, storage, and loading. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels Nov 5, 2024
Copy link

github-actions bot commented Nov 5, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@sebekx sebekx force-pushed the feat/autoware_geography_utils branch from 0f6c927 to f9b945b Compare November 5, 2024 14:10
@sebekx sebekx changed the title feat(map_loader) add support for local cartesian projection to lanele… feat(map_loader): add support for local cartesian projection to lanele… Nov 5, 2024
@TaikiYamada4
Copy link
Contributor

@sebekx
Could you please share your thoughts why you recommend this change?
Adding a new mapping projection doesn't only influence the map_loader but also make effects to other modules such as gnss_poser, MapProjectorInfo.msg, and maybe more.

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.

@sebekx
Copy link
Contributor Author

sebekx commented Nov 14, 2024

@sebekx Could you please share your thoughts why you recommend this change? Adding a new mapping projection doesn't only influence the map_loader but also make effects to other modules such as gnss_poser, MapProjectorInfo.msg, and maybe more.

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.

@TaikiYamada4
Copy link
Contributor

@sebekx

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 lanelet2_map_loader and packages like gnss_poser doesn't support it.

Then I suppose the changes here is OK, but it's only in my sense.
I'm not sure what the reviewers of the MapProjectorInfo.msg PR might say.

@sebekx
Copy link
Contributor Author

sebekx commented Nov 22, 2024

If so, then please add the information in README.md that LocalCartesian can only be used in lanelet2_map_loader and packages like gnss_poser doesn't support it.

Ok, thanks, I have updated readme.

@TaikiYamada4
Copy link
Contributor

@sebekx

Since map_loader will move to Autoware.Core
, you shall resolve the conflicts here and the conversations happening in the PR of tier4_map_msgs soon if this is urgent.
Unless, there might be some other tasks coming up after map_loader is moved to Autoware.Core

@xmfcx
Copy link
Contributor

xmfcx commented Feb 4, 2025

Sebastian Zęderowski added 2 commits February 5, 2025 11:38
Signed-off-by: Sebastian Zęderowski <[email protected]>
@sebekx sebekx force-pushed the feat/autoware_geography_utils branch from f6b1b34 to dda1593 Compare February 5, 2025 10:43
@github-actions github-actions bot removed the component:common Common packages from the autoware-common repository. (auto-assigned) label Feb 5, 2025
@sebekx
Copy link
Contributor Author

sebekx commented Feb 5, 2025

rebased and created pr:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:map Map creation, storage, and loading. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

3 participants