Skip to content

eCAL and Python #159

Discussion options

You must be logged in to vote

These sample should get you started:

person_snd:
https://github.com/continental/ecal/blob/master/samples/python/person_snd/person_snd.py

person_rec:
https://github.com/continental/ecal/blob/master/samples/python/person_rec/person_rec.py

The proto files for the samples are located in the ../_protobuf directory. When you write your own .proto files, you must of course first compile the python representation for those:

protoc -I=$SRC_DIR --python_out=$DST_DIR $SRC_DIR/your_proto_file.proto

(Source: https://developers.google.com/protocol-buffers/docs/pythontutorial#compiling-your-protocol-buffers)

To get started writing .proto files, you may want to look at the proto3 tutorial:
https://devel…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rex-schilasky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant