Use a stream for the steering as well.
This commit is contained in:
@@ -20,5 +20,5 @@ message SteeringResponse{
|
||||
|
||||
service CarControl{
|
||||
rpc SetThrottle(stream ThrottleRequest) returns (ThrottleResponse){}
|
||||
rpc SetSteering(SteeringRequest) returns (SteeringResponse){}
|
||||
rpc SetSteering(stream SteeringRequest) returns (SteeringResponse){}
|
||||
}
|
||||
Reference in New Issue
Block a user