Revert "corrected proto route file"
This reverts commit 583aa72b902eb270baac79845acb3b00b8c573b9.
This commit is contained in:
@@ -12,14 +12,3 @@ message Route {
|
|||||||
double angle_delta = 3;
|
double angle_delta = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
message Direction {
|
|
||||||
enum Command {
|
|
||||||
stop = 0;
|
|
||||||
forward = 1;
|
|
||||||
backward = 2;
|
|
||||||
left = 3;
|
|
||||||
right = 4;
|
|
||||||
}
|
|
||||||
Command command = 1;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user