Add rover inventory capacity and test

This commit is contained in:
Marc Di Luzio 2020-07-04 12:01:35 +01:00
parent e6ff453ff1
commit 2eaed1447d
7 changed files with 104 additions and 47 deletions

View file

@ -129,8 +129,11 @@ message RoverResponse {
// The items in the rover inventory
bytes inventory = 4;
// The capacity of the inventory
int32 capacity = 5;
// The current health of the rover
int32 Integrity = 5;
int32 integrity = 6;
}
// Empty placeholder