Skip to content

Commit e0d86d3

Browse files
ClemensLinnhoffpmai
authored andcommitted
Add velocity
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent e1a9978 commit e0d86d3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

osi_object.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,9 +1172,16 @@ message MovingObject
11721172
//
11731173
optional bool missing = 5;
11741174

1175+
// The velocity of the bone.
1176+
//
1177+
// Reference System is the root, defined by bbcenter_to_root
1178+
// (\c PedestrianAttributes::bbcenter_to_root).
1179+
//
1180+
optional Vector3d velocity = 6;
1181+
11751182
// The orientation rate of the bone.
11761183
//
1177-
optional Orientation3d orientation_rate = 6;
1184+
optional Orientation3d orientation_rate = 7;
11781185

11791186
// The type of the bone.
11801187
//

0 commit comments

Comments
 (0)