-
Notifications
You must be signed in to change notification settings - Fork 675
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(external_velocity_limit_selector): rework parameter #5238
refactor(external_velocity_limit_selector): rework parameter #5238
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. It works well in Psim.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5238 +/- ##
==========================================
- Coverage 15.32% 14.77% -0.55%
==========================================
Files 1721 1648 -73
Lines 118559 114011 -4548
Branches 37995 35110 -2885
==========================================
- Hits 18169 16846 -1323
+ Misses 79657 78225 -1432
+ Partials 20733 18940 -1793
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yuqi Huai <yhuai@uci.edu>
…ters Signed-off-by: Yuqi Huai <yhuai@uci.edu>
9a6af70
to
376e8da
Compare
…efoundation#5238) * refactor(external_velocity_limit_selector): rework parameter Signed-off-by: Yuqi Huai <yhuai@uci.edu> * style(pre-commit): autofix * doc(external_velocity_limit_selector): fix parameter file path * doc(external_velocity_limit_selector): fix default for numeric parameters Signed-off-by: Yuqi Huai <yhuai@uci.edu> --------- Signed-off-by: Yuqi Huai <yhuai@uci.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56.
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56.
fix(external_velocity_limit_selector): revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)"
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56.
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) (#1135) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56. Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) (#1135) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56. Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> (cherry picked from commit 07e919b)
…city_limit_selector): rework parameter (autowarefoundation#5238)" (autowarefoundation#6132) Revert "refactor(external_velocity_limit_selector): rework parameter (autowarefoundation#5238)" This reverts commit 19dab56.
Description
ROS node configuration refactored according to Guideline.
Related links
None.
Tests performed
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to external_velocity_limit_selector
ros2 launch external_velocity_limit_selector external_velocity_limit_selector.launch.xml
Notes for reviewers
None.
Interface changes
config/external_velocity_limit_selector.param.yaml
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.