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(emergency_handler): rework parameters #5242

Merged

Conversation

YuqiHuai
Copy link
Contributor

@YuqiHuai YuqiHuai commented Oct 5, 2023

Description

Refactor the ROS Node configuration layout for the detection_by_tracker package according to the guideline.

Related links

None.

Tests performed

  1. Build colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to emergency_handler
  2. Launch ros2 launch emergency_handler emergency_handler.launch.xml

Notes for reviewers

None.

Interface changes

  1. Update README.md
  2. Create a schema file
  3. Modify all calls to declare_parameter

Effects on system behavior

None.

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@YuqiHuai YuqiHuai requested a review from mkuri as a code owner October 5, 2023 18:59
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:system System design and integration. (auto-assigned) labels Oct 5, 2023
Copy link
Contributor

@mkuri mkuri left a comment

Choose a reason for hiding this comment

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

LGTM

@satoshi-ota satoshi-ota self-requested a review November 22, 2023 23:34
Copy link
Contributor

@satoshi-ota satoshi-ota left a comment

Choose a reason for hiding this comment

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

LGTM

@satoshi-ota satoshi-ota added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 22, 2023
@satoshi-ota satoshi-ota enabled auto-merge (squash) November 22, 2023 23:35
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (765a596) 15.32% compared to head (da616c7) 0.00%.
Report is 44 commits behind head on main.

Files Patch % Lines
...r/src/emergency_handler/emergency_handler_core.cpp 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #5242       +/-   ##
==========================================
- Coverage   15.32%   0.00%   -15.33%     
==========================================
  Files        1721       3     -1718     
  Lines      118559     210   -118349     
  Branches    37995       0    -37995     
==========================================
- Hits        18169       0    -18169     
+ Misses      79657     210    -79447     
+ Partials    20733       0    -20733     
Flag Coverage Δ
differential 0.00% <0.00%> (?)
total ?

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

@satoshi-ota satoshi-ota merged commit 4bc4332 into autowarefoundation:main Nov 23, 2023
23 of 25 checks passed
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Dec 15, 2023
* refactor(emergency_handler): rework parameters

Signed-off-by: Yuqi Huai <yhuai@uci.edu>

* style(pre-commit): autofix

---------

Signed-off-by: Yuqi Huai <yhuai@uci.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:system System design and integration. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants