-
Notifications
You must be signed in to change notification settings - Fork 669
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(behavior_velocity_planner): rework parameters #5263
refactor(behavior_velocity_planner): rework parameters #5263
Conversation
Signed-off-by: yuntianyi-chen <[email protected]>
Signed-off-by: yuntianyi-chen <[email protected]>
@yuntianyi-chen Thanks for your contribution. Unfortunatelly, it seems that this PR has conflicts. Could you fix it at first? After that I'll review this asap. |
….universe into refactor-ros-config-behavior_velocity_planner
Signed-off-by: yuntianyi-chen <[email protected]>
Signed-off-by: yuntianyi-chen <[email protected]>
…b.com:yuntianyi-chen/autoware.universe into refactor-ros-config-behavior_velocity_planner
I've resolved the conflicts. Please review them! |
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 #5263 +/- ##
===========================================
+ Coverage 15.32% 27.91% +12.58%
===========================================
Files 1721 3 -1718
Lines 118559 326 -118233
Branches 37995 185 -37810
===========================================
- Hits 18169 91 -18078
+ Misses 79657 83 -79574
+ Partials 20733 152 -20581
☔ View full report in Codecov by Sentry. |
…ation#5263) * refactor node behavior_velocity_planner Signed-off-by: yuntianyi-chen <[email protected]> * delete some statements in launch file Signed-off-by: yuntianyi-chen <[email protected]> * Modify the launch file Signed-off-by: yuntianyi-chen <[email protected]> * style(pre-commit): autofix * update launch file Signed-off-by: yuntianyi-chen <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: yuntianyi-chen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Satoshi OTA <[email protected]>
Description
Refactor the ROS Node configuration layout for the behavior_velocity_planner package according to the guideline.
Related links
None
Tests performed
Output an error when launching this node individually since this launch file is dependent on other nodes.
Notes for reviewers
None
Interface changes
planning/behavior_velocity_planner/schema/behavior_velocity_planner.schema.json
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.