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
e9773751
Commit
e9773751
authored
Jan 13, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
334c8ff4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
TrackingRosEx.cpp
TrackingRosEx.cpp
+5
-1
No files found.
TrackingRosEx.cpp
View file @
e9773751
...
...
@@ -704,6 +704,10 @@ void TrackingRos::ThreadTrackingProcess()
if
(
iter
.
second
->
m_obj
)
obj
=
*
(
iter
.
second
->
m_obj
);
std
::
vector
<
float
>
data
;
if
(
obj
.
type
==
7
)
{
SDK_LOG
(
SDK_INFO
,
"update camera msg x = %f, y = %f"
,
obj
.
x
,
obj
.
y
);
}
if
(
iter
.
second
->
IsValid
()
&&
iter
.
second
->
GetStateData
(
data
)
==
0
)
{
is_need_send
=
1
;
//需要发送
...
...
@@ -776,7 +780,7 @@ void TrackingRos::ThreadTrackingProcess()
box
.
pose
.
orientation
.
z
=
R_quat
.
z
();
//SDK_LOG(SDK_INFO, "rot_y_angle = %f", rot_y_angle);
box
.
pose
.
orientation
.
w
=
R_quat
.
w
();
if
(
obj
.
x
<
0
)
if
(
obj
.
type
==
7
)
{
SDK_LOG
(
SDK_INFO
,
"sendbox========================= x = %f,y = %f"
,
obj
.
x
,
obj
.
y
);
}
...
...
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