]> git.leonardobizzoni.com Git - pioneer-stm32/commit
change status field in StatusMessage to fixed size
authorFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 25 Feb 2020 09:35:40 +0000 (10:35 +0100)
committerFederica Di Lauro <federicadilauro1998@gmail.com>
Tue, 25 Feb 2020 09:35:40 +0000 (10:35 +0100)
commit998acaaba15376f47962e568f8a39153f74d4abd
tree4a8c7d80a9c6ee6ab1e2af5f4c63821381f973fd
parente5ae81300c1022c3873ad3067761107f2566f7a0
change status field in StatusMessage to fixed size
25 files changed:
otto_controller/Core/Src/main.cpp
utils/catkin_ws/dario.launch
utils/catkin_ws/joypad.launch
utils/catkin_ws/src/joypad_bridge/scripts/cmd_vel_transmitter.py
utils/catkin_ws/src/joypad_bridge/scripts/cmd_vel_transmitter_backup.py [deleted file]
utils/catkin_ws/src/joypad_bridge/scripts/serial_receiver.py
utils/protobuf_messages/c_protobuf_includes/config_command.pb.c [deleted file]
utils/protobuf_messages/c_protobuf_includes/config_command.pb.h [deleted file]
utils/protobuf_messages/c_protobuf_includes/status_message.pb.c [deleted file]
utils/protobuf_messages/c_protobuf_includes/status_message.pb.h [deleted file]
utils/protobuf_messages/c_protobuf_includes/velocity_command.pb.c [deleted file]
utils/protobuf_messages/c_protobuf_includes/velocity_command.pb.h [deleted file]
utils/protobuf_messages/messages_definitions/config_command.proto [deleted file]
utils/protobuf_messages/messages_definitions/status_message.proto [deleted file]
utils/protobuf_messages/messages_definitions/velocity_command.proto [deleted file]
utils/protobuf_messages/otto_communication.pb [moved from utils/protobuf_messages/messages_definitions/otto_communication.pb with 72% similarity]
utils/protobuf_messages/otto_communication.pb.c [moved from utils/protobuf_messages/messages_definitions/otto_communication.pb.c with 99% similarity]
utils/protobuf_messages/otto_communication.pb.h [moved from utils/protobuf_messages/messages_definitions/otto_communication.pb.h with 80% similarity]
utils/protobuf_messages/otto_communication.proto [moved from utils/protobuf_messages/messages_definitions/otto_communication.proto with 65% similarity]
utils/protobuf_messages/otto_communication_pb2.py [moved from utils/protobuf_messages/messages_definitions/otto_communication_pb2.py with 76% similarity]
utils/protobuf_messages/python_protobuf_includes/config_command_pb2.py [deleted file]
utils/protobuf_messages/python_protobuf_includes/status_message_pb2.py [deleted file]
utils/protobuf_messages/python_protobuf_includes/velocity_command_pb2.py [deleted file]
utils/py_serial_examples/receive.py
utils/py_serial_examples/transmit.py