-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
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.
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.
@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.
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.
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"/> |
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.
<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?
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.
…e universe changes Signed-off-by: amc-nu <[email protected]>
PR Type
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.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks