File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ syntax = "proto2";
22
33option optimize_for = SPEED ;
44
5+ import "osi_common.proto" ;
6+
57package osi3 ;
68
79//
@@ -97,7 +99,7 @@ message EnvironmentalConditions
9799 // object is derived from only one origin source, like from one
98100 // scernario file and and from the sensors.
99101 //
100- repeated ExternalReference source_reference = 8 ;
102+ repeated ExternalReference source_reference = 9 ;
101103
102104 // Definition of discretized precipitation states according to [1].
103105 // (I = Intensity of precipitation in mm per hour mm/h)
Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ message LaneBoundary
762762 // object is derived from only one origin source, like from one
763763 // scernario file and and from the sensors.
764764 //
765- repeated ExternalReference source_reference = 3 ;
765+ repeated ExternalReference source_reference = 4 ;
766766
767767 //
768768 // \brief A single point of a lane boundary.
You can’t perform that action at this time.
0 commit comments