feat: add recorder interfaces
This commit is contained in:
parent
1107295f4f
commit
3e36193606
3 changed files with 11 additions and 0 deletions
6
rbs_utils/rbs_utils_interfaces/msg/RecorderCommands.msg
Normal file
6
rbs_utils/rbs_utils_interfaces/msg/RecorderCommands.msg
Normal file
|
@ -0,0 +1,6 @@
|
|||
string RUN = "run"
|
||||
string SAVE_AND_NEXT = "save_and_next"
|
||||
string CANCEL_AND_NEXT = "cancel_and_next"
|
||||
string STOP_AND_SAVE = "stop_and_save"
|
||||
string STOP_AND_CANCEL = "stop_and_cancel"
|
||||
string command
|
Loading…
Add table
Add a link
Reference in a new issue