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
7be9cdc3
Commit
7be9cdc3
authored
Nov 11, 2022
by
Haoshuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正坐标转换bug
parent
668c293d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
TrackingRos.cpp
TrackingRos.cpp
+1
-0
No files found.
TrackingRos.cpp
View file @
7be9cdc3
...
...
@@ -69,6 +69,7 @@ void my_compute_box_3d(Eigen::Vector3d center, double heading, Eigen::Vector3d s
Trans
(
0
,
3
)
=
center
[
0
];
Trans
(
1
,
3
)
=
center
[
1
];
Trans
(
2
,
3
)
=
center
[
2
];
Trans
(
3
,
3
)
=
1.0
;
Eigen
::
Matrix4d
Kit2Ori
=
Eigen
::
Matrix4d
::
Zero
();
for
(
int
i
=
0
;
i
<
4
;
i
++
)
{
...
...
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