Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_kalman_filter_src
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfx_kalman_filter_src
Commits
2138b8d7
Commit
2138b8d7
authored
May 27, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
80fb4dd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
TrackingRos.cpp
TrackingRos.cpp
+1
-0
SendMsg.h
abuzhabi/SendMsg.h
+2
-0
No files found.
TrackingRos.cpp
View file @
2138b8d7
...
...
@@ -580,6 +580,7 @@ void TrackingRos::ThreadTrackingProcess()
else
target
.
reportType
=
"Other_Truck"
;
target
.
vehicleNum
=
obj
.
license_plate_number
;
target
.
uniqueID
=
std
::
to_string
(
obj
.
obj_id
);
target
.
confidence
=
obj
.
score
*
100
;
target
.
location
.
x
=
obj
.
Lat
;
target
.
location
.
y
=
obj
.
Long
;
...
...
abuzhabi/SendMsg.h
View file @
2138b8d7
...
...
@@ -28,6 +28,7 @@ AJSON(Location,
typedef
struct
_Targets
{
std
::
string
reportType
;
std
::
string
vehicleNum
;
std
::
string
uniqueID
;
int
confidence
;
Location
location
;
}
Targets
;
...
...
@@ -35,6 +36,7 @@ typedef struct _Targets {
AJSON
(
Targets
,
reportType
,
vehicleNum
,
uniqueID
,
confidence
,
location
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment