syntax = "proto3"; option go_package = "main"; message Command { int32 LeftSpeed = 1; int32 RightSpeed = 2; int32 TurnHead = 3; } message Event { int32 Distance = 1; bool SensorA = 2; bool SensorB = 3; bool SensorC = 4; }