Rework lidar cache to support grpc streaming
This commit is contained in:
@@ -24,6 +24,9 @@ message PointScan{
|
||||
repeated Point points = 1;
|
||||
}
|
||||
|
||||
message StreamMessage{
|
||||
float time_between_messages = 1;
|
||||
}
|
||||
|
||||
service PersonTracking{
|
||||
rpc set_tracking_group(Int32Value) returns (google.protobuf.Empty) {}
|
||||
@@ -36,4 +39,6 @@ service PersonTracking{
|
||||
|
||||
rpc save_lidar(MotorControl.SaveRequest) returns (google.protobuf.Empty) {}
|
||||
|
||||
rpc lidar_stream(StreamMessage) returns (stream PointScan) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user