Skip to content

Commit

Permalink
GuiNotification message
Browse files Browse the repository at this point in the history
  • Loading branch information
artable-dev committed Feb 25, 2019
1 parent f79dea0 commit 086a674
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions art_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_action_files(

add_message_files(
FILES
GuiNotification.msg
ObjInstance.msg
ObjectType.msg
InstancesArray.msg
Expand Down
8 changes: 8 additions & 0 deletions art_msgs/msg/GuiNotification.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uint16 INFO=0
uint16 WARN=1
uint16 ERROR=2

string msg
float32 min_duration
bool temp
uint16 message_type

0 comments on commit 086a674

Please sign in to comment.