-
Notifications
You must be signed in to change notification settings - Fork 668
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
feat(perception_launch): add data_path arg to perception launch #5069
feat(perception_launch): add data_path arg to perception launch #5069
Conversation
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
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.
@lexavtanke thanks
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5069 +/- ##
==========================================
+ Coverage 14.85% 14.96% +0.11%
==========================================
Files 1627 1602 -25
Lines 112674 111124 -1550
Branches 34814 34368 -446
==========================================
- Hits 16739 16634 -105
+ Misses 77171 75869 -1302
+ Partials 18764 18621 -143
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
…warefoundation#5069) * feat(perception_launch): add var data_path to perception.launch Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * feat(perception_launch): update default center_point_model_path Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> --------- Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Description
As mentioned in issue models now are stored in autoware_data folder. To access to model packages should receive data_path argument from autoware.launch which is introduced in the PR.
This PR adds data_path argument to perception launch and updates default model paths accordingly.
Tests performed
Both logging and planning simulators can start and work.
Effects on system behavior
Not applicable.
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.