From 397ad4ce38893a46e0e3e4ea65ee18e6851402ac Mon Sep 17 00:00:00 2001 From: FlorianMueller87 Date: Tue, 9 Aug 2022 15:31:16 +0200 Subject: [PATCH] eleiminate spaces in type names Issue: #641 Signed-off-by: FlorianMueller87 --- osi_object.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osi_object.proto b/osi_object.proto index 0025054ae..fe01eefbc 100644 --- a/osi_object.proto +++ b/osi_object.proto @@ -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.