Code for Python and C# is generated automatically by the CI. You just need to git pull
to get the generated code after any pushed changes to the .proto. If you still need to generate these files locally, you can do the following commands
Just install pip install mypy-protobuf
to generate the mypy stubs, and run:
python -m grpc_tools.protoc -I./protos --python_out=./python/reachy2_sdk_api --grpc_python_out=./python/reachy2_sdk_api --mypy_out=./python/reachy2_sdk_api --mypy_grpc_out=./python/reachy2_sdk_api ./protos/*.proto
Open reachy_sdk.sln
in Visual Studio, and Click Build > Build Solution