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 3f6db80 commit b412f89Copy full SHA for b412f89
osi_object.proto
@@ -353,6 +353,10 @@ message MovingObject
353
//
354
repeated StatePoint future_trajectory = 8;
355
356
+ // Specific information about the classification of the vehicle.
357
+ //
358
+ optional MovingObjectClassification moving_object_classification = 9;
359
+
360
// Definition of object types.
361
362
enum Type
0 commit comments