]> git.leonardobizzoni.com Git - pioneer-stm32/commit
add protobuf messages definitions, python and C code
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Fri, 7 Feb 2020 15:46:41 +0000 (16:46 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Fri, 7 Feb 2020 15:46:41 +0000 (16:46 +0100)
commit4f4c20953de231ab36049fbf795e2a38c189710d
tree4531fbf92a19025cb32823afbbb14e2d2aeada07
parent9f6e69331f51fb1e066a8e5dcc375cad7e0253a4
add protobuf messages definitions, python and C code
12 files changed:
utils/protobuf_messages/c_protobuf_includes/config_command.pb.c [new file with mode: 0644]
utils/protobuf_messages/c_protobuf_includes/config_command.pb.h [new file with mode: 0644]
utils/protobuf_messages/c_protobuf_includes/status_message.pb.c [new file with mode: 0644]
utils/protobuf_messages/c_protobuf_includes/status_message.pb.h [new file with mode: 0644]
utils/protobuf_messages/c_protobuf_includes/velocity_command.pb.c [new file with mode: 0644]
utils/protobuf_messages/c_protobuf_includes/velocity_command.pb.h [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/config_command.proto [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/status_message.proto [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/velocity_command.proto [new file with mode: 0644]
utils/protobuf_messages/python_protobuf_includes/config_command_pb2.py [new file with mode: 0644]
utils/protobuf_messages/python_protobuf_includes/status_message_pb2.py [new file with mode: 0644]
utils/protobuf_messages/python_protobuf_includes/velocity_command_pb2.py [new file with mode: 0644]