Skip to content

Commit 23f9618

Browse files
committed
Add clarity for limbs
Signed-off-by: Nicholas Dunning <Nicholas.Dunning@bmw.de>
1 parent a9a3ccf commit 23f9618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osi_common.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ message BoundingBox
482482

483483
// An external limb of a person or animal.
484484
//
485+
// \note Limbs can be sub-divided to increase accuracy, i.e. for upper
486+
// and lower arm/leg sections.
485487
TYPE_LIMB = 8;
486488

487489
// The head of a person or animal.
@@ -1103,4 +1105,4 @@ message KeyValuePair
11031105
// A generic string value.
11041106
//
11051107
optional string value = 2;
1106-
}
1108+
}

0 commit comments

Comments
 (0)