Skip to content

Commit

Permalink
Added new elements to StationaryObject-Classification-Type
Browse files Browse the repository at this point in the history
New elements: BARREL, GUIDE_POST, TUNNEL

Issue: OpenSimulationInterface#641
  • Loading branch information
FlorianMueller87 committed Aug 9, 2022
1 parent 700133d commit 199f21d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions osi_object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,21 @@ message StationaryObject
// in the environment, like street lights.
//
TYPE_EMITTING_STRUCTURE = 18;

// Landmarks corresponding to barrel in the
// in the environment.
//
TYPE_ BARREL = 19;

// Landmarks corresponding to guide post in the
// in the environment.
//
TYPE_ GUIDE_POST = 20;

// Landmarks corresponding to tunnel in the
// in the environment.
//
TYPE_ TUNNEL = 21;
}

// Definition of material types.
Expand Down

0 comments on commit 199f21d

Please sign in to comment.