Skip to content

Commit 3c1282d

Browse files
committedNov 30, 2022
chore: improve messages
1 parent d1fc7bb commit 3c1282d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
 

‎.gitmodules

Whitespace-only changes.

‎CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ add_message_files(
1313
FILES
1414
Detection.msg
1515
Detections.msg
16+
Point.msg
1617
)
1718

1819
generate_messages(

‎msg/Detection.msg

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
float64 probability
2-
int64 xmin
3-
int64 ymin
4-
int64 xmax
5-
int64 ymax
61
int16 id
7-
string Class
2+
string label
3+
float64[] scores
4+
Point[] points

‎msg/Point.msg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
float64[] point

0 commit comments

Comments
 (0)
Please sign in to comment.