We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a9978 commit e0d86d3Copy full SHA for e0d86d3
osi_object.proto
@@ -1172,9 +1172,16 @@ message MovingObject
1172
//
1173
optional bool missing = 5;
1174
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
+
1182
// The orientation rate of the bone.
1183
- optional Orientation3d orientation_rate = 6;
1184
+ optional Orientation3d orientation_rate = 7;
1185
1186
// The type of the bone.
1187
0 commit comments