Skip to content

Commit

Permalink
Merge pull request #216 from asitaku/master
Browse files Browse the repository at this point in the history
Add priority for sentry.
  • Loading branch information
d0h0s authored Apr 10, 2024
2 parents 66654d4 + 69baab5 commit 6250049
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions rm_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ add_service_files(
add_message_files(
DIRECTORY msg/detection
FILES
PriorityArray.msg
TargetDetection.msg
TargetDetectionArray.msg
TrackData.msg
Expand Down
10 changes: 10 additions & 0 deletions rm_msgs/msg/detection/PriorityArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
uint8 HERO = 0
uint8 ENGINEER = 1
uint8 INFANTRY3 = 2
uint8 INFANTRY4 = 3
uint8 INFANTRY5 = 4
uint8 OUTPOST = 5
uint8 SENTRY = 6
uint8 BASE = 7

uint8[] rank_arr

0 comments on commit 6250049

Please sign in to comment.