Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_tracking
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_tracking
Commits
5e6ea8e4
Commit
5e6ea8e4
authored
Mar 16, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交置信度过滤配置
parent
7fd02fc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
jfx_tracking.launch
launch/jfx_tracking.launch
+2
-0
src
src
+1
-1
No files found.
launch/jfx_tracking.launch
View file @
5e6ea8e4
...
...
@@ -17,6 +17,7 @@
<arg name="right_left_camera_y_len" default="7" /><!--左右相机的过滤宽度米数-->
<arg name="front_camera_len" default="50" /><!--前相机过滤的距离米数,0是不过滤,70就是过滤70米,但不过滤行人和机动车-->
<arg name="send_camera_image" default="0" /><!--是否发送相机图像,0是不发送,1是发送-->
<arg name="high_low_score" default="0.5" /><!--是否发送相机图像,0是不发送,1是发送-->
<node pkg="jfxrosperceiver" type="jfx_tracking_node" name="jfx_tracking_node" output="screen" respawn="true" >
<param name="project_path" value="$(arg project_path)" />
<param name="yaml_config" value="$(arg yaml_config)" />
...
...
@@ -36,6 +37,7 @@
<param name="right_left_camera_y_len" value="$(arg right_left_camera_y_len)" />
<param name="front_camera_len" value="$(arg front_camera_len)" />
<param name="send_camera_image" value="$(arg send_camera_image)" />
<param name="high_low_score" value="$(arg high_low_prob)" />
</node>
<!-- nodelet tracking
...
...
src
@
10b7e4f1
Subproject commit
f0e955dac31cf5a41b04b977762533a6c5597b
ea
Subproject commit
10b7e4f10e899a389b8bb1e265e7a033afb64e
ea
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