-
Notifications
You must be signed in to change notification settings - Fork 130
Detected Objects adapted to real sensor structures. #117
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
Detected Objects adapted to real sensor structures. #117
Conversation
pmai
left a comment
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.
I think this looks very good overall, and I'd merge this together with PR #111, while moving DetectedObjectHeader out of DetectedObject, and move MeasurementState to DetectedObjectHeader?
osi_detectedobject.proto
Outdated
|
|
||
| // Definition of measurement states. | ||
| // | ||
| enum MeasurementState |
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.
Would it make sense to move this enum also to the DetectedObjectHeader, which would make reuse simpler (see my comments in PR #111 )?
osi_detectedobject.proto
Outdated
| // | ||
| // \brief The header attributes of each detected object. | ||
| // | ||
| message DetectedObjectHeader |
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.
Maybe also move the DetectedObjectHeader definition out of DetectedObject, to make reuse easier?
osi_detectedobject.proto
Outdated
|
|
||
| // Continuous up counter to identify the cycle. | ||
| // | ||
| optional uint32 cylcle_counter = 3; |
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.
cycle_counter
d34dcbc to
b7e6e7b
Compare
DetectedObject is adapted to standardised real sensor output structures. Other detected objects (like traffic sign/light etc.) are prepared.
b7e6e7b to
e3a6311
Compare
DetectedObjectHeader message moved out of DetectedObject message. Enum MovementState moved out of DetectedObject message. Remove Typos and adjust documentation. Include suggestions from issue #49.
Change specification of body poses from yaw angle to 3d orientation.
e3a6311 to
613bc6c
Compare
pmai
left a comment
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.
Looks good to me now.
DetectedObject is adapted to standardised real sensor output structures. Other detected objects (like traffic sign/light etc.) are prepared.
DetectedObject list is adapted to the standardisation activities for real sensors. Other detected objects are draft.