Add Charge and Max Charge attributes to the rover

This commit is contained in:
Marc Di Luzio 2020-07-04 12:25:15 +01:00
parent b066277ddf
commit 143fba505e
5 changed files with 85 additions and 39 deletions

View file

@ -137,6 +137,12 @@ message RoverResponse {
// The maximum health of the rover
int32 maximumIntegrity = 7;
// The energy stored in the rover
int32 charge = 8;
// The max energy the rover can store
int32 maximumCharge = 9;
}
// Empty placeholder