robocar-protobuf/python/README.md

225 B

robocar-protobuf

Protobuf message definitions for robocar

Generate package

poetry self install
poetry shell
cd ..
protoc --python_out=./python --mypy_out=./python events/events.proto
cd python
poetry build