Commit 3e95cb36 authored by Mathias Haage's avatar Mathias Haage
Browse files

Support full GBS

parent b929e625
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -47,9 +47,7 @@ find_package(catkin REQUIRED COMPONENTS
## Generate messages in the 'msg' folder
add_message_files(
  FILES
  GBSCmd.msg
  GBSCmdArray.msg
  GBSAck.msg
  GBSAckArray.msg
)

catkin_ws/src/gbs/msg/GBSAck.msg

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
float32[30] array
+2 −3
Original line number Diff line number Diff line
int32[200] n
GBSAck[200] ack1
GBSAck[200] ack2
int32 n
float32[1000] array

catkin_ws/src/gbs/msg/GBSCmd.msg

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
float32[30] array
+1 −1
Original line number Diff line number Diff line
int32 n
GBSCmd[200] cmd
float32[1000] array
Loading