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
8c746b08
Commit
8c746b08
authored
May 20, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
83b49bc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Track3D.h
BaseTracker/Track3D.h
+4
-0
RosMsg.h
ros2/RosMsg.h
+9
-0
No files found.
BaseTracker/Track3D.h
View file @
8c746b08
...
...
@@ -4,6 +4,9 @@
#include <queue>
#include "BaseTrack.h"
#include "kalman_filter.h"
#ifdef _USING_DEFINE_MSG_H_
#include "RosMsg.h"
#else
#ifdef _QICHECHENG_
#include "jfxrosperceiver/det_tracking.h"
#define jfx_common_msgs jfxrosperceiver
...
...
@@ -12,6 +15,7 @@
#endif
using
trackOjbPtr
=
std
::
shared_ptr
<
jfx_common_msgs
::
det_tracking
>
;
#endif
struct
point2d
{
...
...
ros2/RosMsg.h
View file @
8c746b08
...
...
@@ -5,3 +5,12 @@
#include "autoware_auto_perception_msgs/msg/object_classification.hpp"
using
objTrackListPtr
=
std
::
shared_ptr
<
tier4_perception_msgs
::
msg
::
DetectedObjectsWithFeature
>
;
struct
TrackTructObj
{
uint64_t
frame
;
int
type
;
std
::
shared_ptr
<
tier4_perception_msgs
::
msg
::
DetectedObjectsWithFeature
>
obj
;
}
using
trackOjbPtr
=
std
::
shared_ptr
<
TrackTructObj
>
;
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