-
Notifications
You must be signed in to change notification settings - Fork 130
First proposal for US Sensors #293
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
Basic definition for use of US sensors. New detections and additional information for detected objects
|
@CarloVanDriestenBMW Figures will be updated to .svg figures. |
ghost
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.
Needs rework!
osi_featuredata.proto
Outdated
|
|
||
| // Beginning blockage, sensor specific for front radar | ||
| // | ||
| EXTENDED_QUALIFIER_BEBINNING_BLOCKAGE = 12; |
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.
typo?
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.
ok
osi_featuredata.proto
Outdated
| optional Identifier sensor_id = 7; | ||
|
|
||
| // The extended qualifier describes the reason (not the effect) why the | ||
| // event data qualifier \c #data_qualifier is reduced or not 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.
[...] event data, indicated by the qualifier \c # data_qualifier, is reduced or not available.
osi_featuredata.proto
Outdated
| // The extended qualifier describes the reason (not the effect) why the | ||
| // event data qualifier \c #data_qualifier is reduced or not available. | ||
| // | ||
| // \note required for USS |
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.
Capital letter at the beginning and dot at the end? Please check all comments.
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 removed the note.
osi_featuredata.proto
Outdated
|
|
||
| // | ||
| // Extended qualifier describes the reason (not the effect) why the event | ||
| // data qualifier \c #data_qualifier is reduced or not 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.
see above
osi_featuredata.proto
Outdated
| // | ||
| EXTENDED_QUALIFIER_OTHER = 1; | ||
|
|
||
| // Normal operation mode |
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.
dots missing? check all comments
osi_sensorspecific.proto
Outdated
| // | ||
| optional TrilaterationStatus trilateration_status = 3; | ||
|
|
||
| // Describes the general moving direction of the feature. |
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.
of the feature or detection?
osi_sensorspecific.proto
Outdated
| // | ||
| optional Trend trend = 4; | ||
|
|
||
| // Ultrasonic signalway. Snder to receiver. |
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.
typo
osi_sensorspecific.proto
Outdated
| // UltrasonicDetection. \c UltrasonicDetection refer to DetectedXXX by \c | ||
| // UltrasonicDetection::object_id. | ||
| // | ||
| repeated Signalway singalway = 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.
typo
osi_sensorspecific.proto
Outdated
| // | ||
| TRILATERATION_STATUS_OTHER = 1; | ||
|
|
||
| // No trilateration used |
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.
dots missing
osi_sensorspecific.proto
Outdated
| // | ||
| TREND_CONSTANT_APPROACHING = 2; | ||
|
|
||
| // \note There is no definition |
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.
really? Please get in contact with the one who requested this property to get a definition.
Remove Typos. Improve Documentation
Vector - images may be to large :-)
Small figures for documentation
Insert .svg s and add some Documentation
Update Trend Definiton
|
@CarloVanDriestenBMW Update Trend definiton |
Basic definition for use of US sensors. New detections and additional information for detected objects