Files
picar/protobuf
Piv 993a8ecac9 Use static linked grpc executables for swift gRPC plugins
Swift 5.3.1 fixes the CoreFoundation Dispatch linking issues, which previously did not allow the grpc plugins to be statically linked.
2020-11-22 09:51:10 +10:30
..
2020-05-28 20:08:15 +09:30

Protobuf

This module contains the protobuf definitions used by PiCar.

Build

Run the gradle task

./gradlew generateProto

It's not recommended to run this alone, unless you plan on manually copying the generated files. The build.gradle files in the other projects will automatically copy the correct generated code across, which is recommended to use instead.