Skip to content

Commit 84bde69

Browse files
committed
Added emitting structure for types of stationary object classes.
Signed-off-by: @lukas.elster <lukas.elster@tu-darmstadt.de>
1 parent c32628c commit 84bde69

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
@@ -128,8 +128,8 @@ message StationaryObject
128128
//
129129
TYPE_OVERHEAD_STRUCTURE = 14;
130130

131-
// Landmarks corresponding to light sources or reflective structures
132-
// in the environment, like street lights or reflective poles on the
131+
// Landmarks corresponding to reflective structures
132+
// in the environment, like reflective poles on the
133133
// road boarder.
134134
//
135135
TYPE_REFLECTIVE_STRUCTURE = 15;
@@ -138,6 +138,11 @@ message StationaryObject
138138
// environment, like cones or beacons.
139139
//
140140
TYPE_CONSTRUCTION_SITE_ELEMENT = 16;
141+
142+
// Landmarks corresponding to sources of electromagnetic waves
143+
// in the environment, like street lights.
144+
//
145+
TYPE_EMITTING_STRUCTURE = 17;
141146
}
142147

143148
// Definition of material types.

0 commit comments

Comments
 (0)