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 receive argument centerpoint_model_name from autoware_launch #9003

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

MasatoSaeki
Copy link
Contributor

@MasatoSaeki MasatoSaeki commented Oct 2, 2024

Description

This PR enable to receive argument centerpoint_model_name from autoware_launch.

This PR need to merge following autoware_launch PR at same time.

Related links

Parent Issue:

  • Link

How was this PR tested?

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.)

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: MasatoSaeki <[email protected]>
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Signed-off-by: MasatoSaeki <[email protected]>
@MasatoSaeki MasatoSaeki marked this pull request as ready for review October 3, 2024 02:24
@MasatoSaeki MasatoSaeki added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 3, 2024
@@ -37,9 +37,13 @@
<arg name="traffic_light_arbiter_param_path"/>

<!-- CenterPoint model parameters -->
<arg name="centerpoint_model_name" default="centerpoint_tiny" description="options: `centerpoint`, `centerpoint_tiny` or `centerpoint_sigma`"/>
<arg name="centerpoint_model_name" default="$(var centerpoint_model_name)"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<arg name="centerpoint_model_name" default="$(var centerpoint_model_name)"/>
<arg name="centerpoint_model_name"/>

<arg name="centerpoint_model_path" default="$(var data_path)/lidar_centerpoint"/>

<!-- CenterPoint model parameters -->
<arg name="transfusion_model_name" default="$(var transfusion_model_name)"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<arg name="transfusion_model_name" default="$(var transfusion_model_name)"/>
<arg name="transfusion_model_name"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants