Skip to content

Commit b412f89

Browse files
author
Habedank Clemens
committed
added MovingObjectClassification to MovingObject
1 parent 3f6db80 commit b412f89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_object.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@ message MovingObject
353353
//
354354
repeated StatePoint future_trajectory = 8;
355355

356+
// Specific information about the classification of the vehicle.
357+
//
358+
optional MovingObjectClassification moving_object_classification = 9;
359+
356360
// Definition of object types.
357361
//
358362
enum Type

0 commit comments

Comments
 (0)