Skip to content

Commit 373fc41

Browse files
Habedank Clemenspmai
authored andcommitted
Add MovingObjectClassification to CandidateMovingObject
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent d7fab37 commit 373fc41

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
@@ -315,6 +315,10 @@ message DetectedMovingObject
315315
// [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.
316316
//
317317
optional Orientation3d upper_body_pose = 5;
318+
319+
// Specific information about the classification of a moving object.
320+
//
321+
optional MovingObject.MovingObjectClassification moving_object_classification = 6;
318322
}
319323

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

0 commit comments

Comments
 (0)