We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7953232 + 19bc76b commit 2466fcbCopy full SHA for 2466fcb
osi_object.proto
@@ -1172,6 +1172,20 @@ 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
1184
1185
1186
1187
+ optional Orientation3d orientation_rate = 7;
1188
1189
// The type of the bone.
1190
1191
// \image html OSI_PedestrianModelHierarchy.jpg
0 commit comments