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
4257ba90
Commit
4257ba90
authored
Jan 17, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交前相机距离配置
parent
0f59bd8e
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 @
4257ba90
...
...
@@ -14,6 +14,7 @@
<arg name="camera_cloud_merge_type" default="0" /><!--设置相机和雷达消息过滤用的iou数值,0是距离判断,1是iou判断-->
<arg name="camera_debug_type" default="1" /><!--调试相机类型是否修改为7,0是正常,1是调试为7-->
<arg name="right_left_camera_len" default="20" /><!--左右相机的显示距离米数-->
<arg name="front_camera_len" default="0" /><!--前相机过滤的距离米数,0是不过滤,70就是过滤70米,但不过滤行人和机动车-->
<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)" />
...
...
@@ -30,6 +31,7 @@
<param name="camera_cloud_merge_type" value="$(arg camera_cloud_merge_type)" />
<param name="camera_debug_type" value="$(arg camera_debug_type)" />
<param name="right_left_camera_len" value="$(arg right_left_camera_len)" />
<param name="front_camera_len" value="$(arg front_camera_len)" />
</node>
<!-- nodelet tracking
...
...
src
@
f9d5276f
Subproject commit
1270e60aa397fdc7d3b2a6598458eb53b386fc3c
Subproject commit
f9d5276fd8b9de6549c04f371be2e67078b9a27d
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