-
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_planning_msgs): add messages for the mapless_architecture #95
feat(autoware_planning_msgs): add messages for the mapless_architecture #95
Conversation
Signed-off-by: Simon Eisenmann <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
ce7e3ad
to
55ad133
Compare
Signed-off-by: Simon Eisenmann <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
int32[] successor_lanelet_id | ||
int32[] neighboring_lanelet_id |
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.
we should avoid using the term "lanelet" (also remove from the comment on line 1 and in RoadSegments
(line 2).
int32[] successor_lanelet_id | |
int32[] neighboring_lanelet_id | |
int32[] successor_segment_id | |
int32[] neighboring_segment_id |
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.
Done!
Signed-off-by: Simon Eisenmann <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
PR will be done here: tier4/mapless_autoware#3 |
Description
We added new messages required for the mapless architecture.
Related links
Related GitHub discussion: https://github.com/orgs/autowarefoundation/discussions/4545
Tests performed
This PR was tested using rosbags.
Notes for reviewers
Related PR in the autoware.universe repository: autowarefoundation/autoware.universe#7709
Interface changes
No interfaces are changed. We just added some new messages.
Effects on system behavior
The system behavior is not affected.
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.