Add a script to generate required protobuf files
This commit is contained in:
3
generate-proto
Executable file
3
generate-proto
Executable file
@@ -0,0 +1,3 @@
|
||||
python3 -m grpc_tools.protoc -I proto --python_out=. --grpc_python_out=. proto/control/motorService.proto
|
||||
python3 -m grpc_tools.protoc -I proto --python_out=. --grpc_python_out=. proto/slam/SlamController.proto
|
||||
python3 -m grpc_tools.protoc -I proto --python_out=. --grpc_python_out=. proto/tracking/lidar_tracker.proto
|
||||
Reference in New Issue
Block a user