feat: add COPILOT drive mode

This commit is contained in:
2023-10-14 13:08:08 +02:00
parent c1ec02f54e
commit 0b0eba0c40
3 changed files with 15 additions and 10 deletions

View File

@ -48,6 +48,7 @@ enum DriveMode {
INVALID = 0;
USER = 1;
PILOT = 2;
COPILOT = 3;
}
message ObjectsMessage {