Implement current wind direction and rover wind movement
This commit is contained in:
parent
c94ac68f44
commit
c89c5f6e74
7 changed files with 174 additions and 119 deletions
|
@ -274,4 +274,7 @@ message StatusResponse {
|
|||
|
||||
// The most recent logs
|
||||
repeated Log logs = 14;
|
||||
|
||||
// The current wind direction
|
||||
Bearing wind = 15;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue