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

chore: sync upstream #345

Merged
merged 24 commits into from
Apr 5, 2023
Merged

chore: sync upstream #345

merged 24 commits into from
Apr 5, 2023

Commits on Apr 3, 2023

  1. feat(behavior_path_planner): fix minimum prepare speed (autowarefound…

    …ation#3231)
    
    * feat(behavior_path_planner): fix minimum prepare speed
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * fix(control_launch): add necessary parameter
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    ---------
    
    Signed-off-by: yutaka <[email protected]>
    purewater0901 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ee72e08 View commit details
    Browse the repository at this point in the history
  2. chore: sync files (autowarefoundation#3227)

    * chore: sync files
    
    Signed-off-by: GitHub <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f321e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2eff4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb7417 View commit details
    Browse the repository at this point in the history
  5. fix(tier4_perception_launch): add missing parameter for voxel based c…

    …ompare map filter (autowarefoundation#3251)
    
    Signed-off-by: tomoya.kimura <[email protected]>
    tkimura4 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    442f9ac View commit details
    Browse the repository at this point in the history
  6. chore: update CODEOWNERS (autowarefoundation#3213)

    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kenji-miyake <[email protected]>
    awf-autoware-bot[bot] and kenji-miyake authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7c94b87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37f67f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. feat(behavior_path_planner): use util funcitons for interpolation (au…

    …towarefoundation#3254)
    
    * feat(motion_utils): add new interpolation function with length
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * feat(behavior_path_planner): use util funcitons for interpolation
    
    Signed-off-by: yutaka <[email protected]>
    
    ---------
    
    Signed-off-by: yutaka <[email protected]>
    purewater0901 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    90ed30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c705f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25c154d View commit details
    Browse the repository at this point in the history
  4. fix(planner_manager): don't use failure module output (autowarefounda…

    …tion#3203)
    
    * fix(planner_manager): don't use failure module output
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(lane_change): fix return module state
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ef6a353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8851f23 View commit details
    Browse the repository at this point in the history
  6. fix(lane_change): guard invalid lc start point (autowarefoundation#3257)

    * fix(lane_change): guard invalid lc start point
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(lane_change): remove macro
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    32de031 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4373a81 View commit details
    Browse the repository at this point in the history
  8. refactor(behavior_path_planner): clean the code of common drivable ar…

    …ea generation (autowarefoundation#3246)
    
    * refactor(behavior_path_planner): clean the code of common drivable area generation
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ff96800 View commit details
    Browse the repository at this point in the history
  9. fix(behavior_path_planner): use computed acceleration rather than sam…

    …pled acceleration (autowarefoundation#3247)
    
    * feat(behavior_path_planner): fix minimum prepare speed
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * fix(control_launch): add necessary parameter
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    * feat(behavior_path_planner): fix lane change acceleration
    
    Signed-off-by: yutaka <[email protected]>
    
    * update
    
    Signed-off-by: yutaka <[email protected]>
    
    ---------
    
    Signed-off-by: yutaka <[email protected]>
    purewater0901 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d871f50 View commit details
    Browse the repository at this point in the history
  10. fix(behavior_path_planner): fix overlapping function usage in parking (

    …autowarefoundation#3260)
    
    feat(behavior_path_planner): fix overlapping function usage in parking
    
    Signed-off-by: yutaka <[email protected]>
    purewater0901 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    11b73eb View commit details
    Browse the repository at this point in the history
  11. refactor(behavior_path_planner): unify rtc_interface_ptr in SceneModu…

    …leInterface (autowarefoundation#3242)
    
    * refactor(behavior_path_planner): unify rtc_interface instance
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix bug
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix bug
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * minor change
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix build
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e664bc4 View commit details
    Browse the repository at this point in the history
  12. refactor(behavior_path_planner): unify onEntry/Exit function (autowar…

    …efoundation#3241)
    
    * refactor(behavior_path_planner): unify onEntry/Exit function
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * fix
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * pre-commit
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e8887cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    50916f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    479aa35 View commit details
    Browse the repository at this point in the history
  15. refactor(behavior_path_planner): remove unnecessary conversion funtion (

    autowarefoundation#3267)
    
    * refactor(behavior_path_planner): remove unnecessary conversion funtion
    
    Signed-off-by: yutaka <[email protected]>
    
    * rename variables
    
    Signed-off-by: yutaka <[email protected]>
    
    ---------
    
    Signed-off-by: yutaka <[email protected]>
    purewater0901 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    1b8bf0e View commit details
    Browse the repository at this point in the history
  16. feat: change external lane change rtc name (autowarefoundation#3259)

    * feat: change external lane change rtc name
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update config
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    7aee7dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    145de9f View commit details
    Browse the repository at this point in the history