Skip to content

Commit

Permalink
Message for led strip color
Browse files Browse the repository at this point in the history
  • Loading branch information
xBambusekD committed May 4, 2018
1 parent 973b1a6 commit c94cca0
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -36,6 +36,7 @@ add_message_files(
UserArray.msg
CollisionPrimitive.msg
CollisionObjects.msg
Color.msg
)

add_service_files(
Expand Down
11 changes: 11 additions & 0 deletions art_msgs/msg/Color.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
int32 timeout # 0 means infinite

int32 SOLID = 0
int32 BLINKING = 1
int32 BREATHING = 2
int32 FAST_BLINKING = 3
int32 DISCO = 4
int32 mode
float32 r
float32 g
float32 b

0 comments on commit c94cca0

Please sign in to comment.