We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad5c67 commit 235498eCopy full SHA for 235498e
1 file changed
osi_object.proto
@@ -163,8 +163,8 @@ message StationaryObject
163
//
164
TYPE_OVERHEAD_STRUCTURE = 14;
165
166
- // Landmarks corresponding to light sources or reflective structures
167
- // in the environment, like street lights or reflective poles on the
+ // Landmarks corresponding to reflective structures
+ // in the environment, like reflective poles on the
168
// road boarder.
169
170
TYPE_REFLECTIVE_STRUCTURE = 15;
@@ -177,6 +177,11 @@ message StationaryObject
177
// Object is a speed bump.
178
179
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;
185
}
186
187
// Definition of material types.
0 commit comments