Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tier4_perception_launch): enable to use argument centerpoint_model_name #1182

Merged
Prev Previous commit
Next Next commit
integrate all in lidar_detection_model
Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
  • Loading branch information
MasatoSaeki committed Oct 3, 2024
commit 7a9d406234f9c7eb189342348ea31e33cb93ed2c
technolojin marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -19,15 +19,13 @@
<arg name="detected_objects_filter_method" default="lanelet_filter" description="options: lanelet_filter, position_filter"/>
<arg name="detected_objects_validation_method" default="obstacle_pointcloud" description="options: obstacle_pointcloud, occupancy_grid (must be used with laserscan_based_occupancy_grid_map)"/>
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
<arg name="lidar_detection_model" default="aaa" description="options: `transfusion`, `centerpoint`, `centerpoint_tiny`, `centerpoint_sigma`, `apollo`, `pointpainting`, `clustering`"/>
<arg name="lidar_detection_model_type" default="bbb" description="options: `default`, `tiny`, `sigma`"/>
<arg name="lidar_detection_model" default="centerpoint_tiny" description="options: `centerpoint*`, `transfusion*`, `apollo*`, `pointpainting*`, `clustering*`"/>
<arg name="all_traffic_light_camera" default="[camera6, camera7]" description="choose camera which use for traffic light recognition"/>

<include file="$(find-pkg-share tier4_perception_launch)/launch/perception.launch.xml">
<!-- Options to Switch Launch Function/Module -->
<arg name="mode" value="$(var perception_mode)"/>
<arg name="lidar_detection_model" value="$(var lidar_detection_model)"/>
<arg name="lidar_detection_model_type" value="$(var lidar_detection_model_type)"/>
<arg name="vehicle_param_file" value="$(find-pkg-share $(var vehicle_model)_description)/config/vehicle_info.param.yaml"/>

<arg name="pointcloud_container_name" value="$(var pointcloud_container_name)"/>
Loading