File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments