-
Notifications
You must be signed in to change notification settings - Fork 714
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_common): add behavior_velocity_rtc_interface and move RTC-related implementation #9799
refactor(behavior_velocity_planner_common): add behavior_velocity_rtc_interface and move RTC-related implementation #9799
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
e67f34a
to
41e85fa
Compare
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
41e85fa
to
3a65d75
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9799 +/- ##
==========================================
- Coverage 30.03% 30.01% -0.02%
==========================================
Files 1452 1459 +7
Lines 109043 109097 +54
Branches 42759 42763 +4
==========================================
- Hits 32748 32746 -2
- Misses 73095 73151 +56
Partials 3200 3200
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...terface/include/autoware/behavior_velocity_rtc_interface/scene_module_interface_with_rtc.hpp
Show resolved
Hide resolved
..._planner_common/include/autoware/behavior_velocity_planner_common/scene_module_interface.hpp
Show resolved
Hide resolved
LGTM |
…planner_common/include/autoware/behavior_velocity_planner_common/scene_module_interface.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…rtc_interface/include/autoware/behavior_velocity_rtc_interface/scene_module_interface_with_rtc.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@soblin |
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
…_interface and move RTC-related implementation (autowarefoundation#9799) * split into planer_common and rtc_interface Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/include/autoware/behavior_velocity_planner_common/scene_module_interface.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * Update planning/behavior_velocity_planner/autoware_behavior_velocity_rtc_interface/include/autoware/behavior_velocity_rtc_interface/scene_module_interface_with_rtc.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…_interface and move RTC-related implementation (autowarefoundation#9799) * split into planer_common and rtc_interface Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * Update planning/behavior_velocity_planner/autoware_behavior_velocity_planner_common/include/autoware/behavior_velocity_planner_common/scene_module_interface.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * Update planning/behavior_velocity_planner/autoware_behavior_velocity_rtc_interface/include/autoware/behavior_velocity_rtc_interface/scene_module_interface_with_rtc.hpp Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
In order to split the tier4_msgs dependency from the pure behavior velocity planner 's common implementation, I split the behavior_velocity_planner_common into
The motivation is porting behavior_velocity_planner_common to Autoware.Core by removing the tier4_msgs dependency.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.