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
fb6b99ae
Commit
fb6b99ae
authored
Nov 14, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除trans矩阵打印,因为不使用了。
parent
7be9cdc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TrackingRos.cpp
TrackingRos.cpp
+1
-1
No files found.
TrackingRos.cpp
View file @
fb6b99ae
...
...
@@ -339,7 +339,7 @@ void TrackingRos::Init(ros::NodeHandle& nh)
if
(
config
[
"TRANS2STATION"
])
m_trans2station
=
config
[
"TRANS2STATION"
].
as
<
std
::
vector
<
std
::
vector
<
double
>>>
();
#endif
SDK_LOG
(
SDK_INFO
,
"trans = [%s]"
,
GetMatrixStr
(
m_trans
,
4
,
4
).
c_str
());
//
SDK_LOG(SDK_INFO, "trans = [%s]", GetMatrixStr(m_trans, 4, 4).c_str());
SDK_LOG
(
SDK_INFO
,
"kitti2origin = [%s]"
,
GetMatrixStr
(
m_kitti2origin
,
4
,
4
).
c_str
());
// ADD_DEF_LOG(1, "tracking.csv");
// SDK_IDX_LOG(1, SDK_INFO, "date,frameNum,time,id,input_radian,input_angle,predict_radian,predict_angle,output_radian,output_angle,input_type,input_x,input_y,input_z,input_l,input_w,input_h,last_type,predict_x,predict_y,predict_z,predict_l,predict_w,preditc_h,output_type,output_x,output_y,output_z,output_l,output_w,output_h,output_rot_y,v_x,v_y,v_z,lat,lon");
...
...
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