LidarRoadBoundaryDetection icon indicating copy to clipboard operation
LidarRoadBoundaryDetection copied to clipboard

proto3 version

Open ZhangHongjuan opened this issue 3 years ago • 3 comments

Hi, thanks for your work, it's really awesome. But when I installed it, it failed with an error information "/road_boundary.pb.h:17:2: error: #error This file was generated by an older version of protoc which is". I used protobuf-3.15.0 and I would like to ask which specific version of protoc did you use?

ZhangHongjuan avatar Apr 23 '21 03:04 ZhangHongjuan

hi, you can generate the proto files yourself if you just delete the .cc and .h files inside the proto folder.

goksanisil23 avatar Nov 17 '21 20:11 goksanisil23

Hi, can you tell me how to generate the proto files?

crankler avatar Mar 25 '22 07:03 crankler

Yes, I have solve it, use the example command , and I can get the new file

protoc --cpp_out=./ project.proto

crankler avatar Mar 25 '22 08:03 crankler