Recording vehicle change is working
This commit is contained in:
@@ -8,6 +8,7 @@ option java_outer_classname = "PersonTrackingProto";
|
||||
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/wrappers.proto";
|
||||
import "car/control/motorService.proto";
|
||||
|
||||
message Int32Value{
|
||||
int32 value = 1;
|
||||
@@ -24,7 +25,6 @@ message PointScan{
|
||||
}
|
||||
|
||||
|
||||
|
||||
service PersonTracking{
|
||||
rpc set_tracking_group(Int32Value) returns (google.protobuf.Empty) {}
|
||||
|
||||
@@ -34,4 +34,6 @@ service PersonTracking{
|
||||
|
||||
rpc record(google.protobuf.BoolValue) returns (google.protobuf.Empty) {}
|
||||
|
||||
rpc save_lidar(MotorControl.SaveRequest) returns (google.protobuf.Empty) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user