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

fix:(launch) update launch files to match new autoware universe package naming #26

Closed
wants to merge 1 commit into from

Conversation

amc-nu
Copy link
Contributor

@amc-nu amc-nu commented Sep 4, 2024

PR Type

  • Improvement

Description

This PR updates the edge_auto_launch launch files to match the new autoware naming scheme introduced in version 2024.07.

Review Procedure

Launch the system as usual following the README instructions.

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

  • Assign PR to reviewer

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets

CI Checks

  • Build and test for PR: Required to pass before the merge.

@amc-nu amc-nu changed the title Fix/autoware fix:(launch) update launch files to match new autoware universe package naming Sep 4, 2024
Copy link
Collaborator

@manato manato left a comment

Choose a reason for hiding this comment

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

@amc-nu @a-yyg
I left some comments on this PR. I'd appreciate it if you guys consider them.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@a-yyg @amc-nu
First of all, I really appreciate your updating this repository.
I would propose to avoid this kind of ONNXs on this repository because of their size. Besides, the modification of edge-auto side PR contains a role to download similar ONNX files, I'd appreciate it if you guys remove ONNX files from this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Filed removed in #27

@@ -2,24 +2,26 @@
<arg name="input/pointcloud" default="input/pointcloud"/>
<arg name="output/objects" default="output/objects"/>
<arg name="model_name" default="centerpoint_tiny" description="options: `centerpoint` or `centerpoint_tiny`"/>
<arg name="model_path" default="$(find-pkg-share lidar_centerpoint)/data"/>
<arg name="model_path" default="$(find-pkg-share edge_auto_launch)/config/centerpoint_models"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
<arg name="model_path" default="$(find-pkg-share edge_auto_launch)/config/centerpoint_models"/>
<arg name="model_path" default="$(env HOME)/autoware_data/lidar_centerpoint"/>

Would you mind to change the default root directory of ONNXs because they will be downloaded by the setup ansible?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@amc-nu
Copy link
Contributor Author

amc-nu commented Sep 5, 2024

@manato Apologies, I force-pushed the other branch and caused an issue with the history by accident. I moved the PR to #27
Can you please continue the review over there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants