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
7c0ef06e
Commit
7c0ef06e
authored
Jan 17, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交测试修改
parent
b6892580
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TrackingRosEx.cpp
TrackingRosEx.cpp
+3
-3
No files found.
TrackingRosEx.cpp
View file @
7c0ef06e
...
...
@@ -380,7 +380,7 @@ void TrackingRos::TrackingCallBackFunc(const jfx_common_msgs::det_tracking_array
countBeginR
=
GetCurTime
();
if
(
GetCurTime
()
-
countBeginR
>
3000
*
1000
)
{
//
SDK_LOG(SDK_INFO, "recv lisar msg count = %d, average rate = %f", countR, (float)countR/3);
SDK_LOG
(
SDK_INFO
,
"recv lisar msg count = %d, average rate = %f"
,
countR
,
(
float
)
countR
/
3
);
countBeginR
=
GetCurTime
();
countR
=
0
;
}
...
...
@@ -502,7 +502,7 @@ void TrackingRos::TrackingCameraCallBackFunc(const jfx_common_msgs::InferResesCo
if
(
i
==
1
||
i
==
2
)
{
//SDK_LOG(SDK_INFO, "camera obj i = %d,num_class = %d,bottom_center_x = %f,bottom_center_y = %f, x = %f,y = %f",i, num_class, bottom_center_x, bottom_center_y, x, y);
if
(
x
<
-
m_right_left_camera_len
||
abs
(
y
)
>
5
)
if
(
x
<
-
m_right_left_camera_len
||
abs
(
y
)
>
7
)
continue
;
}
jfx_common_msgs
::
det_tracking
objMsg
=
{};
...
...
@@ -564,7 +564,7 @@ void TrackingRos::TrackingCameraCallBackFunc(const jfx_common_msgs::InferResesCo
int
duplicate
=
0
;
if
(
_GET_VALID_VALUE
((
unsigned
char
)
0
,
m_recvMsgBit
))
{
for
(
auto
&
obj
:
cloud
Ptr
->
array
)
for
(
auto
&
obj
:
objs
Ptr
->
array
)
{
if
(
m_camera_cloud_merge_type
==
0
)
{
...
...
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