Remove the incoming command streams, de-scopes and simplifies
This commit is contained in:
parent
d49d034f0e
commit
2bc2477128
5 changed files with 94 additions and 134 deletions
|
@ -266,15 +266,12 @@ message StatusResponse {
|
|||
// The current position of the sails
|
||||
SailPosition sailPosition = 11;
|
||||
|
||||
// The set of currently incoming commands for this tick
|
||||
repeated Command incomingCommands = 12;
|
||||
|
||||
// The set of currently queued commands
|
||||
repeated Command queuedCommands = 13;
|
||||
repeated Command queuedCommands = 12;
|
||||
|
||||
// The most recent logs
|
||||
repeated Log logs = 14;
|
||||
repeated Log logs = 13;
|
||||
|
||||
// The current wind direction
|
||||
Bearing wind = 15;
|
||||
Bearing wind = 14;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue