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

feat(perception_launch): add data_path arg to perception launch #5069

Conversation

lexavtanke
Copy link
Contributor

@lexavtanke lexavtanke commented Sep 21, 2023

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@lexavtanke lexavtanke requested a review from esteve September 21, 2023 13:39
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Sep 21, 2023
@miursh miursh added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Sep 21, 2023
Copy link
Contributor

@esteve esteve left a comment

Choose a reason for hiding this comment

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

@lexavtanke thanks

@esteve esteve added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 22, 2023
@github-actions github-actions bot removed the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (7e9b4de) 14.85% compared to head (a0cadfb) 14.96%.
Report is 9 commits behind head on main.

❗ Current head a0cadfb differs from pull request most recent head 9e621c6. Consider uploading reports for the commit 9e621c6 to get more accurate results

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     
Flag Coverage Δ *Carryforward flag
differential ∅ <ø> (?)
total 14.96% <ø> (+0.11%) ⬆️ Carriedforward from 2aaedd9

*This pull request uses carry forward flags. Click here to find out more.

see 143 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@esteve esteve enabled auto-merge (squash) September 26, 2023 12:44
Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

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

LGTM

@esteve esteve merged commit 952753f into autowarefoundation:main Sep 28, 2023
miursh pushed a commit to tier4/autoware.universe that referenced this pull request Sep 28, 2023
…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>
@lexavtanke lexavtanke deleted the add-data-path-arg-to-perception-launch branch September 29, 2023 07:44
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) 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.

3 participants