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

feat(pull_over): support new framework #3005

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Mar 6, 2023

Description

⬇️ This must be merged before this PR.
autowarefoundation/autoware_launch#237

It is able to build avoidance module on new framework (added in #2919).

Related links

Tests performed

Checkout your branch of autoware_launch to feat/support-new-framework-pull-over.
https://github.com/autowarefoundation/autoware_launch/tree/feat/support-new-framework-pull-over

In addtion, we may have to comment out module names which haven't supported new framework yet in rtc_auto_mode_manager.param.yaml.

/**:
  ros__parameters:
    module_list:
      - "blind_spot"
      - "crosswalk"
      - "detection_area"
      - "intersection"
      - "no_stopping_area"
      - "traffic_light"
      # - "ext_request_lane_change_left"
      # - "ext_request_lane_change_right"
      # - "lane_change_left"
      # - "lane_change_right"
      # - "avoidance_left"
      # - "avoidance_right"
      - "pull_over"
      # - "pull_out"
...

Please set following flag to FALSE, and confirm to pass all build.

set(COMPILE_WITH_OLD_ARCHITECTURE TRUE)

Launch Psim and check the avoidance module working correctly.

rviz_screenshot_2023_03_06-10_54_44
rviz_screenshot_2023_03_06-10_55_31

Notes for reviewers

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.

@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (7f064da) 11.93% compared to head (25c8be5) 11.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3005      +/-   ##
==========================================
- Coverage   11.93%   11.93%   -0.01%     
==========================================
  Files        1321     1321              
  Lines       91937    91957      +20     
  Branches    24522    24544      +22     
==========================================
  Hits        10976    10976              
- Misses      69603    69620      +17     
- Partials    11358    11361       +3     
Flag Coverage Δ *Carryforward flag
differential 5.58% <0.00%> (?)
total 11.95% <ø> (+0.01%) ⬆️ Carriedforward from 7f064da

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...havior_path_planner/behavior_path_planner_node.hpp 0.00% <ø> (ø)
...er/scene_module/lane_change/lane_change_module.hpp 0.00% <0.00%> (ø)
...lanner/scene_module/pull_over/pull_over_module.hpp 0.00% <0.00%> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.14% <0.00%> (-0.01%) ⬇️
...rc/scene_module/lane_change/lane_change_module.cpp 0.00% <0.00%> (ø)
...er/src/scene_module/pull_over/pull_over_module.cpp 0.00% <0.00%> (ø)
...th_planner/scene_module/scene_module_interface.hpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@satoshi-ota satoshi-ota force-pushed the feat/support-new-framework-pull-over branch from a5dcc9f to fe031f7 Compare March 7, 2023 12:14
Copy link
Contributor

@kosuke55 kosuke55 left a comment

Choose a reason for hiding this comment

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

thank you, LGTM!

checked

  • shift pull over
  • arc forward pull over
  • arc backward pull over
  • free space pull over
    with rtc

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota force-pushed the feat/support-new-framework-pull-over branch from fe031f7 to 25c8be5 Compare March 9, 2023 05:46
@satoshi-ota satoshi-ota enabled auto-merge (squash) March 9, 2023 05:52
@satoshi-ota satoshi-ota merged commit 2a64ea6 into autowarefoundation:main Mar 9, 2023
@satoshi-ota satoshi-ota deleted the feat/support-new-framework-pull-over branch March 9, 2023 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants