We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5195a95 commit 9c3b4cfCopy full SHA for 9c3b4cf
osi_object.proto
@@ -216,6 +216,21 @@ message StationaryObject
216
// in the environment, like street lights.
217
//
218
TYPE_EMITTING_STRUCTURE = 18;
219
+
220
+ // Landmarks corresponding to barrel in the
221
+ // in the environment.
222
+ //
223
+ TYPE_ BARREL = 19;
224
225
+ // Landmarks corresponding to guide post in the
226
227
228
+ TYPE_ GUIDE_POST = 20;
229
230
+ // Landmarks corresponding to tunnel in the
231
232
233
+ TYPE_ TUNNEL = 21;
234
}
235
236
// Definition of material types.
0 commit comments