0002-updated-annotation-documentation-of-types-JointJerks.patch

N. Dehio, 06/21/2016 12:12 PM

Download (1.36 KB)

View differences:

proto/sandbox/rst/robot/Weights.proto
12 12

  
13 13
    /**
14 14
     * Weights
15
     *
16
     * Order is important and represents the described underlying
17
     * object.
15 18
     */
19
    // @unit()
16 20
    repeated float weights = 1 [packed=true];
17 21

  
18 22
}
proto/stable/rst/kinematics/JointJerks.proto
16 16
     * Order is important and represents the described underlying
17 17
     * physical object.
18 18
     */
19
    // @unit(rad/sec^2)
19
    // @unit(rad/sec^3)
20 20
    repeated float jerks = 1 [packed=true];
21 21

  
22 22
}
23
-