Skip to content

Commit 76bb1ac

Browse files
DerBaertigepmai
authored andcommitted
Correct mismatch of protobuf continuous IDs and add osi_common to osi_environment
Signed-off-by: Georg Seifert <georg.seifert@carissma.eu>
1 parent d2e10b6 commit 76bb1ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

osi_environment.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto2";
22

33
option optimize_for = SPEED;
44

5+
import "osi_common.proto";
6+
57
package 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)

osi_lane.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)