-
Notifications
You must be signed in to change notification settings - Fork 52
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(autoware_map_msgs): add msg and srv files releated with dynamic lanelet loading #81
feat(autoware_map_msgs): add msg and srv files releated with dynamic lanelet loading #81
Conversation
Just a confirmation. 🙏 |
Thank you for your PR 👍
|
Thanks for your reviews @yukkysaito ,
Okay, I'll update the documentation ASAP. Do I need to change anything else, or is the page you shared enough for now?
I have a question: If I remove the dependency, should I use |
Yes, we are currently trying to implement third approach. |
Yes. I think it is sufficient. 👍
Yes. It is better to use |
This pull request has been automatically marked as stale because it has not had recent activity. |
@StepTurtle @mitsudome-r @yukkysaito Hi
For Lanelet, the structure is as follows:
And for PointCloud, the structure is:
PointCloudMapCellMetaDataWithID.msg
I am fine with either structure, but I would like to unify them. Do you have any ideas? |
@StepTurtle GetDifferentialLanelet2Map.srv corresponds to GetSelectedPointCloudMap.srv in PointCloud. |
141883f
to
59a616f
Compare
I changed the service name with the name you suggest (GetSelectedLanelet2Map.srv). 👍🏽 About the aligning the message types:
|
@StepTurtle Thank you for the reply and the modification! @mitsudome-r @yukkysaito Do you have any idaes? |
I have made the comment here: #81 (comment). |
I also commented on the same part. |
@yukkysaito @mitsudome-r
|
I think either option is fine, but since the existing one is "cell" and is actually being used, it would be better to use "cell" unless someone else has a strong preference. |
@yukkysaito Thank you for the reply! @StepTurtle Could you please change it to |
Just changed the |
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
@mitsudome-r @xmfcx @YamatoAndo Any opinions?
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!
b780fa2
to
d38141c
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
@mitsudome-r @yukkysaito |
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
d38141c
to
745dee1
Compare
@xmfcx cc: @mitsudome-r @yukkysaito |
Description
Add some msg and srv files will use from dynamic lanelet loading.
Related links
Proposal Link
Tests performed
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.