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 awf/autoware_launch #246

Merged
merged 24 commits into from
Oct 11, 2023

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    98da1a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat(goal_planner): extend goal search area (#592)

    feat(goal_planner): extend goal search are
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f9edba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d050e3 View commit details
    Browse the repository at this point in the history
  3. feat(start_planner): enable divide_pull_out_path (#600)

    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    051da83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6f006 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat(goal_planner): prioritize goals before objects to avoid (#594)

    * feat(goal_planner): extend goal search are
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * feat(goal_planner): prioritize goals before objects to avoid
    
    Signed-off-by: kosuke55 <[email protected]>
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    557b4cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4028124 View commit details
    Browse the repository at this point in the history
  3. refactor(ndt_scan_matcher): modified ndt_scan_matcher.param.yaml to m…

    …atch with the one in universe (#596)
    
    Modified ndt_scan_matcher.param.yaml to match with the one in universe
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    TaikiYamada4 authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    206d439 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. feat(autoware_launch): add predicted_path_checker package (#385)

    Signed-off-by: Berkay Karaman <[email protected]>
    brkay54 authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    901a044 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. feat(lane_change): expand target lanes for object filtering (#601)

    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    da1cfda View commit details
    Browse the repository at this point in the history
  2. feat(behavior_path_planner): update rss param (#604)

    update param
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c1e98dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa16a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    dee409f View commit details
    Browse the repository at this point in the history
  2. feat(autoware_launch): dynamic timeout for no intention to walk decis…

    …ion in crosswalk (#610)
    
    * feat(autoware_launch): dynamic timeout for no intention to walk decision in crosswalk
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update config
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * revert a parg of config
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b951b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. feat(intersection): aggressively peek into attention area if traffic …

    …light does not exist (#611)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cc47aff View commit details
    Browse the repository at this point in the history
  2. perf(ndt_scan_matcher): changed default `initial_estimate_particles_n…

    …um` to 200 (#618)
    
    Changed initial_estimate_particles_num to 200
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c1edaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cba1da View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. fix: add param file for obstacle pointcloud based validator (#606)

    * fix: add param file for obstacle pointcloud based validator
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: tier4_perception launch
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    811307d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ac076d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. feat(intersection)!: disable the exception behavior in the private ar…

    …eas (#622)
    
    feat: add enabling param for the private areas
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fd15eb8 View commit details
    Browse the repository at this point in the history
  2. feat(obstacle_cruise_planner): obstacle type dependent slow down for …

    …obstacle cruise planner param change (#621)
    
    * set obstacle type dependant params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Set obstacle cruise planner as default to test changes
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Change back testing parameters to default
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    cbe4ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347b293 View commit details
    Browse the repository at this point in the history
  4. feat(intersection): yield initially on green light (#623)

    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2c08bc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. feat(rtc_auto_mode_manager): eliminate rtc auto mode manager (#625)

    * disable RTC
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * remove rtc auto mode manager
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * fix file name
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9d9eb33 View commit details
    Browse the repository at this point in the history