The protobufs only need to be recompiled when the avatar_message.proto file changes
- Install protoc (v3.19.1) on your system from here
- yarn install in the js folder and then change back to the root folder
- Run this command to build
js/src/avatar-message.ts. DO NOT manually changejs/src/avatar-message.ts
protoc --plugin=./js/node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=./js/src ./hallway_avatar_message.proto --ts_proto_opt=esModuleInterop=true --ts_proto_opt=snakeToCamel=false- Configure bazel on your system
python build.pyResultant protobuf files will be copied to the
cppandcsfolders respectively