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
819d5bce
Commit
819d5bce
authored
Jan 17, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
599b8981
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 @
819d5bce
...
...
@@ -317,9 +317,9 @@ void TrackingRos::Init(ros::NodeHandle& nh)
m_pubBoundingBoxes
=
nh
.
advertise
<
jsk_recognition_msgs
::
BoundingBoxArray
>
(
"/tracking_bbox"
,
100
);
m_pubMarker
=
nh
.
advertise
<
visualization_msgs
::
MarkerArray
>
(
"/tracking_loc"
,
100
);
m_pubCameraFront
=
nh
.
advertise
(
"/CameraFront"
,
10
);
m_pubCameraRight
=
nh
.
advertise
(
"/CameraRight"
,
10
);
m_pubCameraLeft
=
nh
.
advertise
(
"/CameraLeft"
,
10
);
m_pubCameraFront
=
nh
.
advertise
<
sensor_msgs
::
Image
>
(
"/CameraFront"
,
10
);
m_pubCameraRight
=
nh
.
advertise
<
sensor_msgs
::
Image
>
(
"/CameraRight"
,
10
);
m_pubCameraLeft
=
nh
.
advertise
<
sensor_msgs
::
Image
>
(
"/CameraLeft"
,
10
);
m_objsQueue
.
set_max_num_items
(
2
);
...
...
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