[record] Add record message
This commit is contained in:
@ -82,3 +82,9 @@ message Ellipse {
|
||||
float angle = 4;
|
||||
float confidence = 5;
|
||||
}
|
||||
|
||||
// Record message used to tensorflow learning
|
||||
message RecordMessage {
|
||||
FrameMessage frame = 1;
|
||||
SteeringMessage steering = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user