-
Notifications
You must be signed in to change notification settings - Fork 672
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
refactor(emergency_handler): rework parameters #5242
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.
LGTM
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
Codecov ReportAttention:
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
☔ View full report in Codecov by Sentry. |
Signed-off-by: Yuqi Huai <yhuai@uci.edu>
6ae6462
to
da616c7
Compare
* 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>
Description
Refactor the ROS Node configuration layout for the detection_by_tracker package according to the guideline.
Related links
None.
Tests performed
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to emergency_handler
ros2 launch emergency_handler emergency_handler.launch.xml
Notes for reviewers
None.
Interface changes
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.
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.