Skip to content

Commit 3f6db80

Browse files
author
Habedank Clemens
committed
added MovingObjectClassification to DetectedMovingObject.CandidateMovingObject
1 parent 0489a04 commit 3f6db80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_detectedobject.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ message DetectedMovingObject
313313
// [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.
314314
//
315315
optional Orientation3d upper_body_pose = 5;
316+
317+
// Specific information about the classification of a moving object.
318+
//
319+
optional MovingObject.MovingObjectClassification moving_object_classification = 6;
316320
}
317321

318322
// Definition of available reference points. Left/middle/right and

0 commit comments

Comments
 (0)