car_fmw: fix proto
This commit is contained in:
@@ -26,7 +26,7 @@ object Reader {
|
|||||||
|
|
||||||
fun readSonarExplore(): SonarExploreAngleRequest {
|
fun readSonarExplore(): SonarExploreAngleRequest {
|
||||||
val stream = getInputStream()
|
val stream = getInputStream()
|
||||||
return SonarExploreAngleRequest.BuilderSonarExploreAngleRequest(0, 0, 0).parseFrom(stream).build()
|
return SonarExploreAngleRequest.BuilderSonarExploreAngleRequest(0, 0).parseFrom(stream).build()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getInputStream(): CodedInputStream {
|
private fun getInputStream(): CodedInputStream {
|
||||||
|
|||||||
Reference in New Issue
Block a user