提交 740eee9a 编写于 作者: F FangzhenLi-hust 提交者: Jiangtao Hu

modify perception config file (#140)

* add unit test for lidar_process, and fix merge conflict

* fix merge conflict

* remove the comment of hdmap

* modify hdmap interface, and add unit test for hdmap_input

* modify perception config file
上级 8acdcc4d
......@@ -38,4 +38,12 @@ filegroup(
]),
)
filegroup(
name = "perception_conf",
srcs = glob([
"conf/*",
"data/**",
]),
)
cpplint()
......@@ -6,8 +6,3 @@ filegroup(
"adapter.conf",
],
)
filegroup(
name = "perception_cnn_segmentation_config",
srcs = ["cnn_segmentation.conf"],
)
model_config_path: "./data/models/cnn_segmentation.conf"
--adapter_config_path=modules/perception/conf/adapter.conf
####################################################################
# Flags from lib/config_manager/config_manager.cpp
# Flags from lib/config_manager/config_manager.cc
# The ModelConfig config paths file.
# type: string
# default: ./conf/config_manager.config
......@@ -10,20 +10,69 @@
# Project work root directory.
# type: string
# default: ""
--work_root=
--work_root=modules/perception
# roi filter before GroundDetector.
####################################################################
# Flags from obstacle/onboard/hdmap_input.cc
# The hdmap file path.
# type: string
# default:
--onboard_prev_gd_roi_filter=HdmapROIFilter
# default:
--map_file=
# roi distance of car center
# type: double
# default: 60.0
--map_radius=60.0
# step for sample road boundary points
# type: int32
# default: 1
--map_sample_step=1
####################################################################
# Flags from obstacle/onboard/lidar_process.cc
# enable hdmap input for roi filter
# type: bool
# default: false
--enable_hdmap_input=true
--enable_hdmap_input=false
# roi filter before GroundDetector.
# type: string
# candidate: DummyROIFilter, HdmapROIFilter
--onboard_roi_filter=HdmapROIFilter
# the segmentation algorithm for onboard
# type: string
# candidate: DummySegmentation, CNNSegmentation
--onboard_segmentor=CNNSegmentation
# Segemntation
# the object build algorithm for onboard
# type: string
#default:
--onboard_segmentation=CNNSegmentation
\ No newline at end of file
# candidate: DummyObjectBuilder, MinBoxObjectBuilder
--onboard_object_builder=MinBoxObjectBuilder
# the tracking algorithm for onboard
# type: string
# candidate: DummyTracker,
--onboard_tracker=DummyTracker
# the perception module's output topic name.
# type: string
# default: perception_obstacle
--obstacle_module_name=perception_obstacle
# Query Ros TF timeout in ms. ros::Duration time.
# type: int
# default: 10
--tf2_buff_in_ms=10
# ros TF2 quary frame id. tf2_buffer.lookupTransform.
# type: string
# default: world
--lidar_tf2_frame_id=world
# ros TF2 quary child frame id. tf2_buffer.lookupTransform.
# type: string
# default: velodyne64
--lidar_tf2_child_frame_id=velodyne64
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册