]> git.leonardobizzoni.com Git - pioneer-stm32/commit
switch to protobuf v2
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 11 Feb 2020 11:04:41 +0000 (12:04 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 11 Feb 2020 11:04:41 +0000 (12:04 +0100)
commit3dcc1eaf6c1c27f8e8d05e212d08340f70fac3f3
tree8bb183c7357ed08095b5914922c6c95c1ad37e0a
parentfd9a0e2cbb747c45e6c4f63e3971df17303370e2
switch to protobuf v2
16 files changed:
utils/catkin_ws/src/joypad_bridge/scripts/cmd_vel_transmitter.py
utils/protobuf_messages/c_protobuf_includes/status_message.pb.h
utils/protobuf_messages/messages_definitions/otto_communication.proto [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/otto_communication_pb2.py [new file with mode: 0644]
utils/protobuf_messages/messages_definitions/status_message.proto
utils/protobuf_messages/python_protobuf_includes/status_message_pb2.py
utils/py_serial_examples/__pycache__/config_command_pb2.cpython-36.pyc [new file with mode: 0644]
utils/py_serial_examples/__pycache__/otto_communication_pb2.cpython-36.pyc [new file with mode: 0644]
utils/py_serial_examples/__pycache__/status_message_pb2.cpython-36.pyc [new file with mode: 0644]
utils/py_serial_examples/__pycache__/velocity_command_pb2.cpython-36.pyc [new file with mode: 0644]
utils/py_serial_examples/config_command_pb2.py [new file with mode: 0644]
utils/py_serial_examples/otto_communication_pb2.py [new file with mode: 0644]
utils/py_serial_examples/proto_test.py [new file with mode: 0644]
utils/py_serial_examples/status_message_pb2.py [new file with mode: 0644]
utils/py_serial_examples/transmit.py
utils/py_serial_examples/velocity_command_pb2.py [new file with mode: 0644]