-
Notifications
You must be signed in to change notification settings - Fork 131
add moving direction to moving object classification #508
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
Conversation
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
265b6e2
to
069c58a
Compare
osi_object.proto
Outdated
{ | ||
// Moving direction is unkown. | ||
// | ||
MOVING_DIRECTION_UNKOWN = 1; |
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.
Start with 0 counting up, that is the reason for the fail i think.
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
repeated double assigned_lane_percentage = 2; | ||
repeated double assigned_lane_percentage = 2; | ||
|
||
// Classification of the general moving direction of a moving object depeding on the relative yaw orientation between host vehicle and moving object. |
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.
depending
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.
Suggestion:
// Classification of the general moving direction of a moving object depeding on the relative yaw orientation to the host vehicle.
And: what if hostvehicle_id is not set?
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 please comment
|
||
// Moving object is moving in the same direction. | ||
// | ||
MOVING_DIRECTION_IN_SAME_DIRECTION = 1; |
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.
So yaw angle delta -45° to +45°?
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 please comment
@ThomasSchloemicherAVL any update from your side on this topic? |
OSI CCB 09.05.2022:
|
@0815-code Is this still a priority? Can we close this or do you want to work on it? |
Closing this PR due to inactivity. Feel free to reopen or create a new one if you'd like to continue the discussion or address the feedback. |
Signed-off-by: Schloemicher, Thomas AVL,AT thomas.schloemicher@avl.com
#### Reference to a related issue in the repository
Add a reference to a related issue in the repository.
Add a description
Adding moving direction to moving object classification to have a high level sematic information of the overall moving direction of a moving object whether it is oncoming, moving in the same direction or crossing.
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!