Skip to content

Commit

Permalink
Merge pull request #11 from osrf/andermi/command_busy_flag
Browse files Browse the repository at this point in the history
add busy flag to command response
  • Loading branch information
andermi authored May 28, 2022
2 parents f0f57e2 + 4d0b823 commit 3029ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msg/PBCommandResponse.msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ int8 OK=0
int8 BAD_SOCK=-1 # Socket comms failed
int8 BAD_OPTS=-2
int8 BAD_INPUT=-3
int8 BUSY=-4
int8 value

0 comments on commit 3029ac0

Please # to comment.