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(autoware_planning_msgs): add messages for the mapless_architecture #95

Conversation

simon-eisenmann-driveblocks
Copy link

@simon-eisenmann-driveblocks simon-eisenmann-driveblocks commented Jun 26, 2024

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@simon-eisenmann-driveblocks simon-eisenmann-driveblocks changed the title Add messages for the mapless_architecture feat: Add messages for the mapless_architecture Jun 26, 2024
@simon-eisenmann-driveblocks simon-eisenmann-driveblocks changed the title feat: Add messages for the mapless_architecture feat(autoware_planning_msgs): Add messages for the mapless_architecture Jun 26, 2024
Signed-off-by: Simon Eisenmann <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
@simon-eisenmann-driveblocks simon-eisenmann-driveblocks changed the title feat(autoware_planning_msgs): Add messages for the mapless_architecture feat(autoware_planning_msgs): add messages for the mapless_architecture Jun 26, 2024
Signed-off-by: Simon Eisenmann <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
Comment on lines 5 to 6
int32[] successor_lanelet_id
int32[] neighboring_lanelet_id

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).

Suggested change
int32[] successor_lanelet_id
int32[] neighboring_lanelet_id
int32[] successor_segment_id
int32[] neighboring_segment_id

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]>
@simon-eisenmann-driveblocks
Copy link
Author

PR will be done here: tier4/mapless_autoware#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants