-
Notifications
You must be signed in to change notification settings - Fork 130
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
add StationaryObjectClassification including assigned_lane_id and ass… #491
Conversation
bf63cf6
to
18e3922
Compare
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; |
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.
@ThomasSchloemicherAVL All fields should move under "Classification" message that is already available.
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.
@kmeids done! Sorry, must have overlooked that.
c21dd53
to
275d0b2
Compare
CCB Output 21.07.2021
|
CCB Meeting 04.08.2021:
|
…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>
6d8b6d2
to
9933f4c
Compare
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
…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:
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!