From 0dec6a7902e484735d910dd3db9ef3dbdf24c7f9 Mon Sep 17 00:00:00 2001 From: MaximZaitsev Date: Thu, 14 Jul 2016 13:22:07 +0300 Subject: [PATCH] Revert "corrected proto route file" This reverts commit 583aa72b902eb270baac79845acb3b00b8c573b9. --- proto/server_car/route.proto | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/proto/server_car/route.proto b/proto/server_car/route.proto index 50ac625c415..8f9fbd517ed 100644 --- a/proto/server_car/route.proto +++ b/proto/server_car/route.proto @@ -12,14 +12,3 @@ message Route { double angle_delta = 3; } } - -message Direction { - enum Command { - stop = 0; - forward = 1; - backward = 2; - left = 3; - right = 4; - } - Command command = 1; -}