Skip to content

add StationaryObjectClassification including assigned_lane_id and ass… #491

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

Merged
merged 4 commits into from
Sep 8, 2021

Conversation

0815-code
Copy link
Contributor

@0815-code 0815-code commented Mar 5, 2021

…igned_lane_percentage

#### Reference to a related issue in the repository
Add a reference to a related issue in the repository.

Add a description

Add a description of the changes proposed in the pull request.

Some questions to ask:
What is this change?
What does it fix?
Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version?
How has it been tested?

Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:

  • My suggestion follows the style and contributors guidelines.
  • I have taken care about the documentation.
  • I have done the DCO signoff.
  • My changes generate no errors when passing CI tests.
  • I have successfully implemented and tested my fix/feature locally.
  • Appropriate reviewer(s) are assigned.

If you can’t check all of them, please explain why.
If all boxes are checked or commented and you have achieved at least one positive review, you can assign the label ReadyForCCBReview!

@0815-code 0815-code force-pushed the feature/tp/add_static_object_lane_association_#490 branch from bf63cf6 to 18e3922 Compare March 5, 2021 08:33
@0815-code 0815-code added FeatureRequest Proposals which enhance the interface or add additional features. TrafficParticipants The group in the ASAM development project working on traffic participants. labels Mar 5, 2021
@0815-code 0815-code self-assigned this Mar 5, 2021
@0815-code 0815-code added the ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. label Apr 30, 2021
osi_object.proto Outdated
@@ -40,6 +40,32 @@ message StationaryObject
//
optional string model_reference = 4;

// Specific information about the classification of stationary objects.
//
optional StationaryObjectClassification stationary_object_classification = 5;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ThomasSchloemicherAVL All fields should move under "Classification" message that is already available.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kmeids done! Sorry, must have overlooked that.

@kmeids kmeids removed the ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. label May 12, 2021
@0815-code 0815-code force-pushed the feature/tp/add_static_object_lane_association_#490 branch 3 times, most recently from c21dd53 to 275d0b2 Compare June 23, 2021 11:30
@0815-code 0815-code added the ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. label Jun 24, 2021
@kmeids
Copy link

kmeids commented Jul 21, 2021

CCB Output 21.07.2021

  1. @max-rosin please check the documentation
  2. @pmai to merge after documentation check.

@kmeids kmeids added Documentation Everything which impacts the quality of the documentation and guidelines. ReadyToMerge This PR has been approved to merge and will be merged by a member of the CCB. and removed ReadyForCCBReview Indicates that this MR is ready for a final review and merge by the CCB. labels Jul 21, 2021
@stefancyliax
Copy link
Contributor

CCB Meeting 04.08.2021:

  • @pmai to add proposed changes and merge PR.

0815-code and others added 3 commits September 8, 2021 11:23
…igned_lane_percentage

Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
…on message that is already available

Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
Co-authored-by: max-rosin <62103539+max-rosin@users.noreply.github.com>
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
@pmai pmai force-pushed the feature/tp/add_static_object_lane_association_#490 branch from 6d8b6d2 to 9933f4c Compare September 8, 2021 09:29
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
@pmai pmai merged commit 6e459dd into master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Everything which impacts the quality of the documentation and guidelines. FeatureRequest Proposals which enhance the interface or add additional features. ReadyToMerge This PR has been approved to merge and will be merged by a member of the CCB. TrafficParticipants The group in the ASAM development project working on traffic participants.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add lane association capability for static objects (same as for moving objects)
5 participants