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

refactor(perception/lidar_apollo_instance_segmentation): rework parameters #5739

Conversation

karishma1911
Copy link
Contributor

@karishma1911 karishma1911 commented Dec 1, 2023

Description

Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the perception_apollo_instance_segmentation

  1. Remove the default value from the source code in order to ensure all parameter values are passed from the parameter files.

2.create schema

Tests performed

Not applicable.

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.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Dec 1, 2023
@karishma1911 karishma1911 force-pushed the lidar-apollo-instance-segmentation branch from 583022d to 02eaecc Compare December 1, 2023 05:58
@yukkysaito yukkysaito requested review from yukke42 and miursh December 4, 2023 02:13
Copy link
Contributor

@yukke42 yukke42 left a comment

Choose a reason for hiding this comment

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

I confirmed it works.

@karishma1911 karishma1911 force-pushed the lidar-apollo-instance-segmentation branch from 0989feb to 50ee349 Compare December 6, 2023 11:22
@miursh miursh added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 13, 2023
@miursh miursh enabled auto-merge (squash) December 13, 2023 15:26
@miursh miursh disabled auto-merge December 13, 2023 15:27
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 15.31%. Comparing base (3d849e9) to head (3a62ceb).
Report is 346 commits behind head on main.

Current head 3a62ceb differs from pull request most recent head d977878

Please upload reports for the commit d977878 to get more accurate results.

Files Patch % Lines
...idar_apollo_instance_segmentation/src/detector.cpp 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5739      +/-   ##
==========================================
+ Coverage   15.09%   15.31%   +0.21%     
==========================================
  Files        1967     1765     -202     
  Lines      135941   119466   -16475     
  Branches    42122    35967    -6155     
==========================================
- Hits        20520    18295    -2225     
+ Misses      92700    80716   -11984     
+ Partials    22721    20455    -2266     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 15.37% <ø> (+0.28%) ⬆️ Carriedforward from 05c6d82

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

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

@karishma1911 karishma1911 force-pushed the lidar-apollo-instance-segmentation branch 2 times, most recently from 9785e57 to b2f5cfb Compare December 14, 2023 08:03
Copy link

stale bot commented Mar 20, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Mar 20, 2024
@idorobotics
Copy link

idorobotics commented May 24, 2024

@yukkysaito @miursh please review and merge?

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label May 24, 2024
@xmfcx
Copy link
Contributor

xmfcx commented May 24, 2024

@karishma1911 could you rebase this to the latest main? To fix the CI.

Or click Allow edits and access to secrets by maintainers. For this PR. So we can do it for you.

isamu-takagi and others added 10 commits May 26, 2024 12:59
…5820)

* refactor(side_shift): separate side shift module

Signed-off-by: satoshi-ota <[email protected]>

* refactor(bpp): remove side shift module

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
…warefoundation#5689)

fix(avoidance): output invalid avoidance path

Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: GitHub <[email protected]>
Co-authored-by: github-actions <[email protected]>
…interpolate (autowarefoundation#5818)

Fixed rejection criteria of SmartPoseBuffer::interpolate

Signed-off-by: Shintaro Sakoda <[email protected]>
…arefoundation#5819)

* fix(traffic_light): stop if the traffic light signal timed out

Signed-off-by: Fumiya Watanabe <[email protected]>

* fix(traffic_light): fix README format

Signed-off-by: Fumiya Watanabe <[email protected]>

---------

Signed-off-by: Fumiya Watanabe <[email protected]>
…c_time/elapsed_time, tentative objects (autowarefoundation#5762)

* enable debugger in tracker

Signed-off-by: yoshiri <[email protected]>

* fix uninitialized class variable

Signed-off-by: yoshiri <[email protected]>

* feat: separate debugger class for simplification

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
satoshi-ota and others added 19 commits May 26, 2024 12:59
* fix(pointpainting): fix param path declaration

Signed-off-by: kminoda <[email protected]>

* remove pointpainting_model_name

Signed-off-by: kminoda <[email protected]>

* revert: revert unnecessary change

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
* docs(crosswalk): update the document

Signed-off-by: Takayuki Murooka <[email protected]>

* fix the spell

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
…usion detection and 1st/2nd attention lane (autowarefoundation#6047)

Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: kosuke55 <[email protected]>

remove non-support

Signed-off-by: kosuke55 <[email protected]>

fix link

Signed-off-by: kosuke55 <[email protected]>

add yaml

Signed-off-by: kosuke55 <[email protected]>

please check readme
Signed-off-by: GitHub <[email protected]>
Co-authored-by: github-actions <[email protected]>
…on#6103)

* Visualize the footprint from start_pose to end_pose along the path

Signed-off-by: kyoichi-sugahara <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…arefoundation#6055)

Refactor lane departure check in ShiftPullOut::plan()

Signed-off-by: kyoichi-sugahara <[email protected]>
…pty (autowarefoundation#6104)

* check if p_safety_slow is empty

Signed-off-by: beyza <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: beyza <[email protected]>
Co-authored-by: beyza <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#6091)

* feat!: replace use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* feat: remove from planning

Signed-off-by: kminoda <[email protected]>

* fix: fix to remove all use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* revert: revert change in planning.launch

Signed-off-by: kminoda <[email protected]>

* revert: revert rename of use_pointcloud_container

Signed-off-by: kminoda <[email protected]>

* fix: fix tier4_perception_launch to enable use_pointcloud_contaienr

Signed-off-by: kminoda <[email protected]>

* fix: fix unnecessary change

Signed-off-by: kminoda <[email protected]>

* fix: fix unnecessary change

Signed-off-by: kminoda <[email protected]>

* refactor: remove trailing whitespace

Signed-off-by: kminoda <[email protected]>

* revert other changes in perception

Signed-off-by: kminoda <[email protected]>

* revert change in readme

Signed-off-by: kminoda <[email protected]>

* feat: move glog to pointcloud_container.launch.py

* revert: revert glog porting

Signed-off-by: kminoda <[email protected]>

* style(pre-commit): autofix

* fix: fix pre-commit

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion (autowarefoundation#6072)

* add acc filtering and decaying acc to model

Signed-off-by: Daniel Sanchez <[email protected]>

* fixed compilation problem, acc is used to predict search_dist

Signed-off-by: Daniel Sanchez <[email protected]>

* Use an equivalent velocity to calculate paths

Signed-off-by: Daniel Sanchez <[email protected]>

* change decaying factor to T/4

Signed-off-by: Daniel Sanchez <[email protected]>

* coment out cerr for evaluation

Signed-off-by: Daniel Sanchez <[email protected]>

* simplify code

Signed-off-by: Daniel Sanchez <[email protected]>

* comments

Signed-off-by: Daniel Sanchez <[email protected]>

* add missing constant to decaying acc model

Signed-off-by: Daniel Sanchez <[email protected]>

* Use an equivalent velocity to calculate paths

Signed-off-by: Daniel Sanchez <[email protected]>

* add missing constant to decaying acc model

Signed-off-by: Daniel Sanchez <[email protected]>

* Implement lanelet speed limit for acc consideration

Signed-off-by: Daniel Sanchez <[email protected]>

* add option to activate on and off acceleration feature

Signed-off-by: Daniel Sanchez <[email protected]>

* add params

Signed-off-by: Daniel Sanchez <[email protected]>

* add params

Signed-off-by: Daniel Sanchez <[email protected]>

* delete unused class

Signed-off-by: Daniel Sanchez <[email protected]>

* update docs

Signed-off-by: Daniel Sanchez <[email protected]>

* delete comments

Signed-off-by: Daniel Sanchez <[email protected]>

* fix comments

Signed-off-by: Daniel Sanchez <[email protected]>

* update comments, refactor code

Signed-off-by: Daniel Sanchez <[email protected]>

* remove unused line

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM
cc @kminoda

@idorobotics idorobotics requested a review from yukkysaito June 13, 2024 17:27
@idorobotics
Copy link

LGTM cc @kminoda

Thanks!

@miursh
Copy link
Contributor

miursh commented Jun 14, 2024

@idorobotics
Could you please merge main branch to your branch again? In order to pass DCO check.

@xmfcx xmfcx closed this Jun 14, 2024
@xmfcx xmfcx reopened this Jun 14, 2024
@idorobotics
Copy link

@idorobotics
Could you please merge main branch to your branch again? In order to pass DCO check.

@karishma1911

@kminoda
Copy link
Contributor

kminoda commented Jun 24, 2024

@karishma1911 Hi, thank you for your contribution!
To maintain the opened PR in Autoware Universe, let me close this PR for now 🙏
We are happy to review it again after the PR is fixed.

Thank you for your understanding.

@kminoda kminoda marked this pull request as draft June 24, 2024 00:25
@kminoda kminoda closed this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (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.