0002-Added-head-field-to-rst.hri.PersonHypothesis.patch

J. Moringen, 01/30/2017 02:49 PM

Download (1.21 KB)

View differences:

proto/sandbox/rst/hri/PersonHypothesis.proto
6 6
import "rst/vision/LocatedFace.proto";
7 7
import "rst/tracking/TrackingInfo.proto";
8 8
import "rst/hri/Body.proto";
9
import "rst/hri/Head.proto";
9 10

  
10 11
option java_outer_classname = "PersonHypothesisType";
11 12

  
......
36 37
    optional hri.Body body = 10;
37 38

  
38 39
    /**
40
     * Geometric properties of the person's head.
41
     *
42
     * This includes the person's head position in the world.
43
     */
44
    optional hri.Head head = 11;
45

  
46
    /**
39 47
     * Represents a person's age in years as a range.
40 48
     *
41 49
     * If the exact age is known, set both values (min and max) to the
42
-