Minor changes to motor service
This commit is contained in:
@@ -29,5 +29,5 @@ message HeartbeatCheckResponse{
|
||||
service CarControl{
|
||||
rpc SetThrottle(ThrottleRequest) returns (ThrottleResponse){}
|
||||
rpc SetSteering(SteeringRequest) returns (SteeringResponse){}
|
||||
rpc Heartbeat(stream HeartbeatCheck) returns (HeartbeatCheckResponse){}
|
||||
rpc Heartbeat(HeartbeatCheck) returns (HeartbeatCheckResponse){}
|
||||
}
|
||||
Reference in New Issue
Block a user