Skip to content

Commit

Permalink
Merge pull request #226 from GuraMumei/master
Browse files Browse the repository at this point in the history
Fix protocol
  • Loading branch information
d0h0s authored May 10, 2024
2 parents 5411775 + f2adfcd commit ab24b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rm_msgs/msg/referee/ClientMapSendData.msg
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ uint8 KEY_R = 82
uint8 KEY_W = 87
uint8 KEY_U = 85


float32 target_position_x
float32 target_position_y
uint8 command_keyboard
uint16 target_robot_ID
uint8 target_robot_ID
uint8 cmd_source

time stamp
2 changes: 1 addition & 1 deletion rm_referee/include/rm_referee/common/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ typedef struct
float target_position_x;
float target_position_y;
uint8_t command_keyboard;
uint16_t target_robot_ID;
uint8_t target_robot_ID;
uint8_t cmd_source;
} __packed ClientMapSendData;

Expand Down

0 comments on commit ab24b03

Please sign in to comment.