Skip to content

Commit 235498e

Browse files
LukasElsterStefan Cyliax
authored andcommitted
Added emitting structure for types of stationary object classes.
Signed-off-by: @lukas.elster <lukas.elster@tu-darmstadt.de>
1 parent 3ad5c67 commit 235498e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

osi_object.proto

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ message StationaryObject
163163
//
164164
TYPE_OVERHEAD_STRUCTURE = 14;
165165

166-
// Landmarks corresponding to light sources or reflective structures
167-
// in the environment, like street lights or reflective poles on the
166+
// Landmarks corresponding to reflective structures
167+
// in the environment, like reflective poles on the
168168
// road boarder.
169169
//
170170
TYPE_REFLECTIVE_STRUCTURE = 15;
@@ -177,6 +177,11 @@ message StationaryObject
177177
// Object is a speed bump.
178178
//
179179
TYPE_SPEED_BUMP = 17;
180+
181+
// Landmarks corresponding to sources of electromagnetic waves
182+
// in the environment, like street lights.
183+
//
184+
TYPE_EMITTING_STRUCTURE = 18;
180185
}
181186

182187
// Definition of material types.

0 commit comments

Comments
 (0)