You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osi_detectedobject.proto
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,9 @@ message DetectedMovingObject
190
190
//
191
191
// Percentage value of the object width in the corresponding lane.
192
192
//
193
+
// \note DEPRECATED: Use assigned_lane_percentage in MovingObjectClassification
194
+
// instead.
195
+
//
193
196
// \rules
194
197
// is_greater_than_or_equal_to: 0
195
198
// is_less_than_or_equal_to: 100
@@ -201,6 +204,9 @@ message DetectedMovingObject
201
204
//
202
205
// Percentage value of the object width in the corresponding lane.
203
206
//
207
+
// \note DEPRECATED: Use assigned_lane_percentage in MovingObjectClassification
208
+
// instead.
209
+
//
204
210
// \rules
205
211
// is_greater_than_or_equal_to: 0
206
212
// is_less_than_or_equal_to: 100
@@ -309,6 +315,10 @@ message DetectedMovingObject
309
315
// [1] Patton, K. T. & Thibodeau, G. A. (2015). <em>Anatomy & Physiology</em>. 9th Edition. Elsevier. Missouri, U.S.A. ISBN 978-0-323-34139-4. p. 1229.
310
316
//
311
317
optionalOrientation3dupper_body_pose=5;
318
+
319
+
// Specific information about the classification of a moving object.
0 commit comments