Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crane_msgs/msg/RobotFeedback.msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ uint32 counter_jump_count

uint8 counter

uint8 kick_state
uint16 kick_state

uint8 TEMP_MOTOR_1=0
uint8 TEMP_MOTOR_2=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ struct RobotFeedback

uint8_t counter = 0;

uint8_t kick_state = 0;
uint16_t kick_state = 0;

uint8_t temperature[7] = {};

Expand Down
Loading