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 @@ -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.
You can’t perform that action at this time.
0 commit comments