-
Notifications
You must be signed in to change notification settings - Fork 299
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
chore(tier4_perception_launch): enable to use argument centerpoint_model_name
#1182
Conversation
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor comment
@@ -19,12 +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="centerpoint" description="options: `transfusion`, `centerpoint`, `apollo`, `pointpainting`, `clustering`"/> | |||
<arg name="lidar_detection_model" default="centerpoint" description="specify lidar detection model type and optionally can add model name like `centerpoint/centerpoint_sigma`"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to add following statement.
"If the model name is not declared, the default model in lidar_dnn_detector.launch.xml will be used. "
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
Description
This PR enable to use argument
centerpoint_model_name
.This PR need to merge following universe PR at same time.
centerpoint_model_name
from autoware_launch autoware.universe#9003Tests performed
I have checked it work correctory by sample rosbag in my local pc.
And also checked whether it can change model. (A part of model is failed but it is no problem because it depend on another repos.)
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.