Skip to content

Commit a9c179e

Browse files
thomassedlmayerpmai
authored andcommitted
Add color description to moving objects
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent d407ecb commit a9c179e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

osi_featuredata.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,9 @@ message CameraDetection
896896

897897
// Definition of shape dominant color.
898898
//
899+
// \attention DEPRECATED: This color enum will be removed in version
900+
// 4.0.0. Use \c ColorDescription instead.
901+
//
899902
enum Color
900903
{
901904
// Color of the shape is unknown (must not be used in ground

osi_object.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,11 @@ message MovingObject
678678
// \note OSI uses singular instead of plural for repeated field names.
679679
//
680680
repeated double assigned_lane_percentage = 2;
681+
682+
//
683+
// The dominating color of the material of the moving object.
684+
//
685+
optional ColorDescription color_description = 3;
681686
}
682687

683688
//

0 commit comments

Comments
 (0)