Welcome to lua-protobuf Discussions! #169
starwing
announced in
Announcements
Replies: 1 comment 2 replies
-
I'm totally new to protobuf, but got myself through some very basic tutorials on python. Example in python, I made game.proto, and then used protoc to generate game_pb2.py import game_pb2 as Game
myGame = Game.observation()
print(myGame.debug, myGame.vehicle.current_brake) after loading the protobuf in lua, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions