[record] Add recordSet field

This commit is contained in:
2020-02-02 13:36:32 +01:00
parent 7bf31bd564
commit eda50f0cce
3 changed files with 68 additions and 52 deletions

View File

@ -87,4 +87,5 @@ message Ellipse {
message RecordMessage {
FrameMessage frame = 1;
SteeringMessage steering = 2;
string recordSet = 3; // Record set name
}