Skip to content

Commit

Permalink
eleiminate spaces in type names
Browse files Browse the repository at this point in the history
Issue: #641
Signed-off-by: FlorianMueller87 <florian.b.mueller@gmx.de>
  • Loading branch information
FlorianMueller87 committed Aug 12, 2022
1 parent 9c3b4cf commit 397ad4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osi_object.proto
Original file line number Diff line number Diff line change
Expand Up @@ -220,17 +220,17 @@ message StationaryObject
// Landmarks corresponding to barrel in the
// in the environment.
//
TYPE_ BARREL = 19;
TYPE_BARREL = 19;

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

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

// Definition of material types.
Expand Down

0 comments on commit 397ad4c

Please sign in to comment.