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-latest-x2 #167

Closed
wants to merge 446 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 25, 2023

  1. feat(obstacle_cruise_planner): add parameters for a new feature (#581)

    * feat: add parameters for the feature "cosider-current-ego-pose"
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    * set the params to be merged.
    use stop planner as cruise planner type (conventional setting)
    polygon expansion in obstacle_cruise_planner is true
    
    Signed-off-by: Yuki Takagi <[email protected]>
    
    ---------
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f4ed3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5017578 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    5b7e16c View commit details
    Browse the repository at this point in the history
  2. feat(lane_change): enable lane change in crosswalk/intersection if eg…

    …o vehicle gets stuck (#590)
    
    Signed-off-by: Fumiya Watanabe <[email protected]>
    rej55 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    45f7e58 View commit details
    Browse the repository at this point in the history
  3. feat(ndt_scan_matcher): adding exe time parameter (#559)

    add critical_upper_bound_exe_time_ms for ndt
    yvzksgl committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bf07c8a View commit details
    Browse the repository at this point in the history
  4. feat(autoware_launch): move dynamic_avoidance last (#593)

    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4dd0aca View commit details
    Browse the repository at this point in the history
  5. feat: add system monitor param file for awsim (#568)

    * feat: add system monitor param file for awsim
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    * feat: use system_error_monitor.awsim.param in e2e_simulator.launch
    
    Signed-off-by: tomoya.kimura <[email protected]>
    
    ---------
    
    Signed-off-by: tomoya.kimura <[email protected]>
    tkimura4 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    97d8d60 View commit details
    Browse the repository at this point in the history
  6. 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 committed 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 committed 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 committed 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 committed 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 committed 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. 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 (autowarefoundation#604)

    update param
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed 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 (autowarefoundation#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 committed 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 committed 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 (autowarefoundation#618)
    
    Changed initial_estimate_particles_num to 200
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed 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 committed 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 (autowarefoundation#622)
    
    feat: add enabling param for the private areas
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed 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 (autowarefoundation#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 committed 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. 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 (autowar…

    …efoundation#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 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9d9eb33 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. feat(avoidance): check if the avoidance path is in drivable area (#584)

    * feat(avoidance): check if the avoidance path is in drivable area
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(avoidance): remove unused param
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    198f929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be56728 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. feat(ndt_scan_matcher): added a new parameter "n_startup_trials" (aut…

    * Added a new parameter "n_startup_trials"
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Changed default `n_startup_trials` to 20
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    eeccf72 View commit details
    Browse the repository at this point in the history
  2. feat(autoware_launch): add yield_stuck.distance_thr in intersection (a…

    …utowarefoundation#628)
    
    * feat(autoware_launch): add yield_stuck.distance_thr in intersection
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * use turn_direction
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * update param
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2614818 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. feat(duplicated_node_checker): add duplicated_node_checker (autowaref…

    …oundation#631)
    
    * add duplicated_node_checker
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    
    * add arguments for duplicated node checker, required by new PR on the universe
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    
    * fix type
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    
    * add config inside launch
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    
    * style(pre-commit): autofix
    
    * the default should be set to 10
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    
    ---------
    
    Signed-off-by: Owen-Liuyuxuan <[email protected]>
    Co-authored-by: Owen-Liuyuxuan <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5b9dfdb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. feat(intersection): ignore decelerating vehicle on amber traffic light (

    autowarefoundation#635)
    
    * feat(intersection): ignore decelerating vehicle on amber traffic light
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    * tuning
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    
    ---------
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    807e5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d95d929 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. add tracking object merger for long range radar sensor (autowarefound…

    …ation#627)
    
    * add tracking object merger paramters
    
    Signed-off-by: yoshiri <[email protected]>
    
    * fix typo
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    307dc94 View commit details
    Browse the repository at this point in the history
  2. feat(behavior_path_planner): curvature based drivable area expansion (a…

    …utowarefoundation#632)
    
    * Modify parameters for curvature based dynamic drivable area expansion
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * Add parameter to enable/disable printing the runtime
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    * Add smoothing.extra_arc_length param
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    
    ---------
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b811253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    434f95a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    06cd743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76dcd54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3f1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d8a2f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. feat(map_based_prediction): enable to control lateral path convergenc…

    …e time (autowarefoundation#637)
    
    enable to control lateral path convergence time
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9e5293c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    082e862 View commit details
    Browse the repository at this point in the history
  3. feat(duplicated_node_checker): disable duplicated_node_checker (autow…

    …arefoundation#649)
    
    * disable duplicated_node_checker
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * enable duplicated_node_checker
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    90c7a6a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    13b2855 View commit details
    Browse the repository at this point in the history
  2. feat(duplicated_node_checker): add duplicated node names to msg (auto…

    …warefoundation#651)
    
    add duplicated node names to msg
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5a04d1c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat(behavior_velocity_run_out): ignore momentary detection caused by…

    … false positive (autowarefoundation#647)
    
    * feat(behavior_velocity_run_out): ignore momentary detection caused by false positive
    
    Signed-off-by: Tomohito Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Tomohito Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    TomohitoAndo and pre-commit-ci[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2ed86f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88d055 View commit details
    Browse the repository at this point in the history
  3. feat(rviz): add sensing/perception debug topics (autowarefoundation#653)

    * add perception debug topics
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    * add sensing debug topics
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    * change color of dbt to orange
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    ---------
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    miursh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    61aeb52 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    6620515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e55e10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    262a774 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    99281f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5469244 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

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

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c8fb4e View commit details
    Browse the repository at this point in the history
  2. feat(radar_object_tracker): update and add parameter about radar_obje…

    …ct_tracker for far away perecption (autowarefoundation#658)
    
    update and add parameter about radar_object_tracker for far away detection
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4574c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa816b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0debb71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b868eae View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. feat(vehicle_cmd_gate): improve debug marker activation (autowarefoun…

    …dation#659)
    
    * feat(vehicle_cmd_gate): add filter activated threshold
    
    Signed-off-by: 1222-takeshi <[email protected]>
    
    * feat: update parameter
    
    Signed-off-by: 1222-takeshi <[email protected]>
    
    * feat: add condition for filtering marker
    
    Signed-off-by: 1222-takeshi <[email protected]>
    
    ---------
    
    Signed-off-by: 1222-takeshi <[email protected]>
    1222-takeshi committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2255356 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    80fa7e8 View commit details
    Browse the repository at this point in the history
  2. chore(goal_planner): fix typo (autowarefoundation#670)

    Signed-off-by: 1222-takeshi <[email protected]>
    1222-takeshi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    81d71f6 View commit details
    Browse the repository at this point in the history
  3. feat(ekf_localizer, system_error_monitor): system_error_monitor handl…

    …es ekf diags (autowarefoundation#674)
    
    * fix(ekf_localizer): change default parameter for no update count
    
    Signed-off-by: kminoda <[email protected]>
    
    * update system_error_monitor
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a71571b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat(ndt_scan_matcher): add parameters of real-time covariance estima…

    …tion (autowarefoundation#643)
    
    * add covariance_estimation
    
    * fix
    
    * fix
    
    * fix: parameter names and explanations
    
    Signed-off-by: Koki Aoki <[email protected]>
    
    * fix: A parameter that I forgot to add
    
    Signed-off-by: Koki Aoki <[email protected]>
    
    * fix: remove white space
    
    Signed-off-by: KOKIAOKI <[email protected]>
    
    * fix: remove white spaces
    
    ---------
    
    Signed-off-by: Koki Aoki <[email protected]>
    Signed-off-by: KOKIAOKI <[email protected]>
    KOKIAOKI committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    916c39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426378d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. feat(intersection): rectify initial accel/velocity profile in ego vel…

    …ocity profile (autowarefoundation#677)
    
    feat(intersection): rectify smoothed velocity
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5ba1301 View commit details
    Browse the repository at this point in the history
  2. refactor(launch): add new option to select planning preset (autowaref…

    …oundation#680)
    
    * chore(config): remove behavior launch modules
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(config): add preset yaml file
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(launch): add new option to select planning preset
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * refactor(config): remove unused params
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0cd5d89 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. feat: enable the run_out module (autowarefoundation#683)

    feat: enable run_out
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    29ea479 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 14, 2023

  1. feat(obstacle_cruise_planner): use obstacle velocity based obstacle p…

    …arameters (autowarefoundation#681)
    
    * add moving parameters for testing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * param tuning for tests
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * wip params for velocity-based obscruise planner
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add different values for debugging
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set hysteresis-based obstacle moving classification
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set params to match previous values
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * eliminate pedestrian mention
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6004d87 View commit details
    Browse the repository at this point in the history
  2. feat(duplicated_node_checker): enable duplicated_node_checker in simu…

    …lation (autowarefoundation#686)
    
    Enable duplicated node checker in planning
    simulation
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    064c458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81b9f11 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix(detected_object_validation): add param (autowarefoundation#669)

    * fix(detected_object_validation): add param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * fix: change to 2d validator use
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    badai-nguyen committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c97cf8b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat(radar_object_clustering): move radar object clustering params to…

    … autoware_launch (autowarefoundation#672)
    
    * add radar object clustering param path
    
    Signed-off-by: yoshiri <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YoshiRi and pre-commit-ci[bot] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6679b5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53cf81f View commit details
    Browse the repository at this point in the history
  3. feat(out_of_lane): more stable decisions (#612)

    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8f660e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31961eb View commit details
    Browse the repository at this point in the history
  5. feat: enable and tune drivable area expansion (autowarefoundation#689)

    enable drivable area expansion
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3c9d39d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    aa96dea View commit details
    Browse the repository at this point in the history
  2. refactor(start_planner): add verbose parameter for debug print (autow…

    …arefoundation#693)
    
    Add verbose option to start planner parameters
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6f2b8ba View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix(start_planner): disbale verbose flag to false in start_planner.pa…

    …ram.yaml (autowarefoundation#696)
    
    Change verbose flag to false in start_planner.param.yaml
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d466161 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat(goal_planner): add time hysteresis to keep unsafe (autowarefound…

    …ation#700)
    
    feat(goal_planner): add tiem hysteresis to keep unsafe
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    258c566 View commit details
    Browse the repository at this point in the history
  2. feat(start_planner): enable safety check for start planner (autowaref…

    …oundation#702)
    
    Enable safety check feature for start planner
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fbc524f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4fbf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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

Commits on Nov 26, 2023

  1. feat(goal_planner): safer safety checker (autowarefoundation#701)

    * feat(goal_planner): safer safety checker
    
    Signed-off-by: kosuke55 <[email protected]>
    
    fix
    
    fix
    
    fix
    
    fix
    
    * disable safety check
    
    Signed-off-by: kosuke55 <[email protected]>
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    860dc12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17a27ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e78bab View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. feat(pid_longitudinal_controller): error integration on vehicle takeo…

    …ff (autowarefoundation#698)
    
    * add parameter for PID integration time threshold
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add param to enable or disable low speed error integration
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1a37eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1076688 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

  1. feat: disable obstacle avoidance debug marker for optimization (autow…

    …arefoundation#711)
    
    feat: disable obstacle avoidance debug marker
    Naophis committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2779459 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    51157f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388d19c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    afdc3fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    608beba View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore(obstacle_cruise)!: remove unused params (autowarefoundation#716)

    chore!: remove unused params
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c991d2a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. refactor(multi_object_tracker): add multi_object_tracker node param (a…

    …utowarefoundation#718)
    
    * add multi_object_tracker node param
    
    Signed-off-by: yoshiri <[email protected]>
    
    * add additional node parameters for future update
    
    * style(pre-commit): autofix
    
    * fix default value
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YoshiRi and pre-commit-ci[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6d6af42 View commit details
    Browse the repository at this point in the history
  2. refactor(start_planner): refactor debug and safety check logic (autow…

    …arefoundation#719)
    
    refactor(start_planner): refactor debug parameters
    
    This commit removes the `verbose` parameter under `start_planner` and introduces a new `debug` section. The newly added `debug` section includes a `print_debug_info` parameter, set to false by default. This change provides a more structured way to handle debugging configurations for the start planner.
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8077e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f5d6e View commit details
    Browse the repository at this point in the history
  4. feat(rviz): fix perception debug topics in Rviz (autowarefoundation#721)

    fix perception debug topics in Rviz
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    miursh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    42ea683 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0960260 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. feat(start_planner): add surround moving obstacle check (autowarefoun…

    …dation#723)
    
    update start_planner.param.yaml
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0472cb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix(multi_object_tracker): fix psim launcher related to tracking laun…

    …ch changes (autowarefoundation#724)
    
    * add multi_object_tracker node param
    
    Signed-off-by: yoshiri <[email protected]>
    
    * add additional node parameters for future update
    
    * style(pre-commit): autofix
    
    * fix default value
    
    * update simulator component launch
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YoshiRi and pre-commit-ci[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    36804c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    192a250 View commit details
    Browse the repository at this point in the history
  2. feat(obstacle_cruise_planner): add slow down acc and jerk params (aut…

    …owarefoundation#726)
    
    Add slow down acc and jerk params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f6d63f6 View commit details
    Browse the repository at this point in the history
  3. chore(crosswalk): sync a config file to the univese one (autowarefoun…

    …dation#729)
    
    update comment, by sync to the univese one
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d51f967 View commit details
    Browse the repository at this point in the history
  4. fix(crosswalk): fix inappropriate sync (autowarefoundation#731)

    fix in-appropriate sync
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4bd3951 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. feat(multi_object_tracker): update tracker parameter yaml (autowarefo…

    …undation#732)
    
    * add multi_object_tracker node param
    
    Signed-off-by: yoshiri <[email protected]>
    
    * add additional node parameters for future update
    
    * style(pre-commit): autofix
    
    * fix default value
    
    * update simulator component launch
    
    Signed-off-by: yoshiri <[email protected]>
    
    * feat: update multi_object_tracker node param
    
    Signed-off-by: yoshiri <[email protected]>
    
    ---------
    
    Signed-off-by: yoshiri <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YoshiRi and pre-commit-ci[bot] committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1251b3a View commit details
    Browse the repository at this point in the history
  2. refactor(localization_component_launch): rename lidar topic (autoware…

    …foundation#722)
    
    rename lidar topic
    
    Signed-off-by: yamato-ando <Yamato ANDO>
    Co-authored-by: yamato-ando <Yamato ANDO>
    YamatoAndo committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d09293c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    33b12ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    304ffb4 View commit details
    Browse the repository at this point in the history
  3. chore(image_projection_based_fusion): add param (autowarefoundation#739)

    * chore(image_projection_based_fusion): add param
    
    Signed-off-by: badai-nguyen <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    badai-nguyen and pre-commit-ci[bot] committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0d35c8a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    a368c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf56d2c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. feat(run_out)!: ignore the collision points on crosswalk (autowarefou…

    …ndation#737)
    
    suppress on crosswalk
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0c9f74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989c899 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    024254c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    829f8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2aab9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    cfa256f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9779ec View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. revert: "fix(avoidance): shorten the parameter (autowarefoundation#745)…

    …" (autowarefoundation#750)
    
    revert "fix(avoidance): shorten the parameter (autowarefoundation#745)"
    
    This reverts commit 024254c.
    satoshi-ota committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e670bf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    31b7b98 View commit details
    Browse the repository at this point in the history
  2. feat(start_planner): change collision_check_distance_from_end to shor…

    …ten back distance ## Description (autowarefoundation#754)
    
    feat(start_planner): change collision_check_distance_from_end to shorten back distance
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9e5e166 View commit details
    Browse the repository at this point in the history
  3. feat(start_planner): revert change collision_check_distance_from_end …

    …to shorten back distance (autowarefoundation#757)
    
    Revert "feat(start_planner): change collision_check_distance_from_end to shorten back distance"
    
    This reverts commit 680fb05.
    kosuke55 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    96f2f18 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. refactor(behavior_path_planner): rename parameter "extra_arc_length" …

    …to "arc_length_range" (autowarefoundation#755)
    
    Signed-off-by: Maxime CLEMENT <[email protected]>
    maxime-clem committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    22f0470 View commit details
    Browse the repository at this point in the history
  2. fix(avoidance): apply params used in xx1 vehicle (autowarefoundation#751

    )
    
    * fix(avoidance): use xx1 params
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): expand safety check polygon lateral margin
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2447f7c View commit details
    Browse the repository at this point in the history
  3. feat(obstacle_stop_planner): change stop distance after goal (autowar…

    …efoundation#758)
    
    * feat(obstacle_stop/cruise): change stop distance after goal
    
    Signed-off-by: kosuke55 <[email protected]>
    
    * Update autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml
    
    ---------
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8057562 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. feat(map_based_prediction): map prediction with acc constraints (auto…

    …warefoundation#759)
    
    * Add params for acceleration constraints for map_based_prediction
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add new param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * tune params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add parameter to switch on and off constraints check
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * improve comment
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6bc483a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e17229c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat(autoware_launch): update traffic light recognition models (autow…

    …arefoundation#752)
    
    * fix: update model names
    
    Signed-off-by: tzhong518 <[email protected]>
    
    * fix: argument name
    
    Signed-off-by: tzhong518 <[email protected]>
    
    * Update autoware_launch/launch/components/tier4_perception_component.launch.xml
    
    * fix: model name
    
    Signed-off-by: tzhong518 <[email protected]>
    
    * fix: add model path
    
    Signed-off-by: tzhong518 <[email protected]>
    
    * Update autoware_launch/launch/components/tier4_perception_component.launch.xml
    
    ---------
    
    Signed-off-by: tzhong518 <[email protected]>
    Co-authored-by: Yusuke Muramatsu <[email protected]>
    Co-authored-by: Shunsuke Miura <[email protected]>
    3 people committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    5020749 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 9, 2024

  1. refactor(ndt_scan_matcher, map_loader): remove unused parameters (aut…

    …owarefoundation#769)
    
    Removed unused parameters
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fb88b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9cf24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6d07f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24fd44b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. fix(pointpainting): update parameter structure (autowarefoundation#778)

    * fix(pointpainting): update parameter structure
    
    Signed-off-by: kminoda <[email protected]>
    
    * update roi_sync.param.yaml
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kminoda and pre-commit-ci[bot] committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    beec828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daea9fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1e117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02050cc View commit details
    Browse the repository at this point in the history
  5. feat: tune parameters for optimization path planning (autowarefoundat…

    …ion#774)
    
    * feat: tune parameters for optimization path planning
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * disable warm start
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    
    * Update autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml
    
    ---------
    
    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5be5165 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat(start_planner): keep distance against front objects (autowarefou…

    …ndation#766)
    
    Add collision check margin from front object
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bcf3b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d074e0e View commit details
    Browse the repository at this point in the history
  3. feat(start_planner): define collision check margin as list (autowaref…

    …oundation#770)
    
    * Update collision check margins in start planner configuration
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    017d50b View commit details
    Browse the repository at this point in the history
  4. fix(intersection): fix bugs (autowarefoundation#781)

    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ade4143 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. chore(crosswalk): change params (autowarefoundation#780)

    * change params
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ad2c8fd View commit details
    Browse the repository at this point in the history
  2. feat(multi_object_tracker): fix typo in param name and change default…

    … value (autowarefoundation#785)
    
    * fix(multi_object_tracker): fix typo in param name
    
    Signed-off-by: kminoda <[email protected]>
    
    * feat: update default param
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    10b95d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. feat(start_planner): shorten max backward distance (autowarefoundatio…

    …n#734)
    
    Update start_planner.param.yaml
    shmpwk committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3e4aa01 View commit details
    Browse the repository at this point in the history
  2. refactor(ekf_localizer): add Simple1DFilter params to parameter file (a…

    …utowarefoundation#710)
    
    * feat(ekf_localizer): Add Simple1DFilter params to parameter file
    
    Signed-off-by: meliketanrikulu <[email protected]>
    
    * Update autoware_launch/config/localization/ekf_localizer.param.yaml
    
    ---------
    
    Signed-off-by: meliketanrikulu <[email protected]>
    Co-authored-by: Kento Yabuuchi <[email protected]>
    meliketanrikulu and KYabuuchi committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e7c0f89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e145bc View commit details
    Browse the repository at this point in the history
  4. fix(image_projection_based_fusion): add image_porojection_based_fusio…

    …n params (autowarefoundation#789)
    
    add image_porojection_based_fusion params
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    miursh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5b6dab3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec54dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faef67a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    55cba84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3811ef View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    604660c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6e526 View commit details
    Browse the repository at this point in the history
  3. feat(start_planner): enable shift path lane departure check (autoware…

    …foundation#803)
    
    enable shift path lane departure check in start planner
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b88af2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96c3fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93f9663 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. feat: always separate lidar preprocessing from pointcloud_container (a…

    …utowarefoundation#796)
    
    * feat!: replace use_pointcloud_container
    
    Signed-off-by: kminoda <[email protected]>
    
    * change default value
    
    Signed-off-by: kminoda <[email protected]>
    
    * remove from planning
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert: revert change in planning.launch
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert: revert rename of use_pointcloud_container
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert: revert pointcloud_container launch
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * feat: move glog to pointcloud_container.launch.py
    
    * revert: revert unnecessary change
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert: revert glog porting
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix: fix comment in localization launch
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * remove pointcloud_container_name from localization launcher
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kminoda and pre-commit-ci[bot] committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    71a0a3e View commit details
    Browse the repository at this point in the history
  2. feat(map_based_prediction): use acc for map prediction (autowarefound…

    …ation#788)
    
    * add param to toggle on and off acc consideration
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set default to true for evaluator testing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set back to false default
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    61d8ee5 View commit details
    Browse the repository at this point in the history
  3. chore(planning): change params to vehicle tested values (autowarefoun…

    …dation#797)
    
    change params to vehicle tested values
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b346792 View commit details
    Browse the repository at this point in the history
  4. feat(planning): add enable_all_modules_auto_mode argument to launch f…

    …iles for planning modules (autowarefoundation#798)
    
    * Add auto mode setting for all modules
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1f0a5a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 21, 2024

  1. feat(goal_planner): expand pull over lanes for detection area of path…

    … generation collision check (autowarefoundation#808)
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    873f154 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    88ee8de View commit details
    Browse the repository at this point in the history
  2. refactor(run_out): reorganize the parameter (autowarefoundation#784)

    * chore(run_out): reorganize the parameter
    
    Signed-off-by: Tomohito Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Tomohito Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    TomohitoAndo and pre-commit-ci[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    de1ba7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    000527b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. fix(ndt_scan_matcher): fix type of critical_upper_bound_exe_time_ms (a…

    …utowarefoundation#819)
    
    * fix type
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix order
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b58eff2 View commit details
    Browse the repository at this point in the history
  2. feat(start_planner): change collision_check_distance_from_end to shor…

    …ten back distance (autowarefoundation#757)" (autowarefoundation#813)
    
    Revert "feat(start_planner): revert change collision_check_distance_from_end to shorten back distance (autowarefoundation#757)"
    
    This reverts commit 96f2f18.
    kosuke55 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3e4dc24 View commit details
    Browse the repository at this point in the history
  3. feat(crosswalk)!: improve stuck prevention on crosswalk (autowarefoun…

    …dation#816)
    
    * change a param definition
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7df85a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. fix(tracking_object_merger): fix unknown is not associated problem (a…

    …utowarefoundation#825)
    
    fix: unknown is not associated problem
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    626b48b View commit details
    Browse the repository at this point in the history
  2. refactor(system_error_monitor): rename localization_accuracy (#605)

    refactor: Rename localization_accuracy
    to localization_error_ellipse
    
    Signed-off-by: Motsu-san <[email protected]>
    Motsu-san committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8ec9649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402bb3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1c905 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat(intersection): publish and visualize the reason for dangerous si…

    …tuation to blame past detection fault retrospectively (autowarefoundation#828)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    726210f View commit details
    Browse the repository at this point in the history
  2. chore(object_range_splitter): rework parameters (autowarefoundation#821)

    * chore(object_range_splitter): add config
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert change
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    64b2990 View commit details
    Browse the repository at this point in the history
  3. refactor(ndt_scan_matcher): rename de-grounded (autowarefoundation#827)

    * refactor(ndt_scan_matcher): rename de-grounded
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * fix value
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9ba76c6 View commit details
    Browse the repository at this point in the history
  4. fix(tracking_object_merger): fix bug and rework parameters (autowaref…

    …oundation#823)
    
    fix(tracking_object_merger): fix bug and use param file
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7cf64d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. feat(start_planner): add collision check distances for shift and geom…

    …etric pull out (autowarefoundation#832)
    
    * Add collision check distances for shift and geometric pull out
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7837d1f View commit details
    Browse the repository at this point in the history
  2. chore(ground_segmentation): add default params (autowarefoundation#831)

    Signed-off-by: badai-nguyen <[email protected]>
    Co-authored-by: kminoda <[email protected]>
    badai-nguyen and kminoda committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f3caade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    862cc69 View commit details
    Browse the repository at this point in the history
  4. chore(object_velocity_splitter): rework parameters (autowarefoundatio…

    …n#820)
    
    chore(object_velocity_splitter): add config
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b7880fe View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. refactor(map_projection_loader): rework parameters (autowarefoundatio…

    …n#839)
    
    * Added launch argument map_projection_loader_param_path to tier4_map_component.launch.xml
    Copied map_projection_loader.launch.xml from universe
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: TaikiYamada4 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    TaikiYamada4 and pre-commit-ci[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ea4f3b8 View commit details
    Browse the repository at this point in the history
  2. fix(autoware_launch): add config file (autowarefoundation#829)

    * fix(autoware_launch): add config file
    
    Signed-off-by: scepter914 <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: scepter914 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    scepter914 and pre-commit-ci[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ec44918 View commit details
    Browse the repository at this point in the history
  3. refactor(ndt_scan_matcher): hierarchize parameters (autowarefoundatio…

    …n#830)
    
    * refactor(ndt_scan_matcher): hierarchize parameters
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * add new lines
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    YamatoAndo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    eff6353 View commit details
    Browse the repository at this point in the history
  4. chore(twist2accel): rework parameters (autowarefoundation#842)

    Added twist2accel.param.yaml
    
    Signed-off-by: Shintaro SAKODA <[email protected]>
    SakodaShintaro committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a72fe01 View commit details
    Browse the repository at this point in the history
  5. feat(detection): add container option (autowarefoundation#834)

    feat: use pointcloud_container
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    14d144c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e27368b View commit details
    Browse the repository at this point in the history
  7. chore(image_projection_based_fusion): rework parameters (autowarefoun…

    …dation#824)
    
    chore(image_projection_based_fusion): use config
    
    Signed-off-by: kminoda <[email protected]>
    kminoda committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    700b997 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    4abad00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5b3a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. feat(obstacle_cruise_planner): yield function for ocp (autowarefounda…

    …tion#837)
    
    * add params for yield
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * param name change
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * refactoring
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix typo, tuning
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update parameters
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * delete unused param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set cruise planner as default for testing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add param for stopped obj speed threshold
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change back param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set default false
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bee8c48 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. refactor(ekf_localizer): rework parameters (autowarefoundation#847)

    refactor: Add the classification names to yaml file
    
    Signed-off-by: Motsu-san <[email protected]>
    Motsu-san committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b75cf2 View commit details
    Browse the repository at this point in the history
  2. chore(lidar_centerpoint): rework parameters (autowarefoundation#822)

    * chore(lidar_centerpoint): use config
    
    Signed-off-by: kminoda <[email protected]>
    
    * fix: remove build_only param
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
    kminoda and knzo25 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2eeb90e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f487e03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4357093 View commit details
    Browse the repository at this point in the history
  5. feat(behavior_path_sampling_planner): add sampling based planner to b…

    …ehavior path planner (autowarefoundation#810)
    
    * Add sampling based planner params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update keep_last param
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change priority of sampling based planner
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Set parameters for frenet planner
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * changes for testing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * change curvature weight for testing
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * tuning params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * tuning
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * for integ w/ other modules
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * add support for soft constraints weight reconfig
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * rebase
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * temp
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * update default params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Tune params
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * Set defaults back to normal
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * fix name of ablc
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * formatting fix
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    * set verbose to false
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Sanchez <[email protected]>
    Signed-off-by: Daniel Sanchez <[email protected]>
    danielsanchezaran committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4e94d65 View commit details
    Browse the repository at this point in the history
  6. feat(traffic_light_recognition): add tlr args in tier4_perception_com…

    …ponent.launch.xml (autowarefoundation#840)
    
    * feat(traffic_light_recognition): add tlr args in tier4_perception_component.launch.xml
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    * fix dfault value of fusion_only to false
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    * fix arg passing way
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    
    ---------
    
    Signed-off-by: Shunsuke Miura <[email protected]>
    miursh committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b422b3c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    92d0529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b191415 View commit details
    Browse the repository at this point in the history
  3. chore(map): rework parameters of map (autowarefoundation#843)

    * Added reference to launch parameters to yaml files of map/
    
    Signed-off-by: anhnv3991 <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: anhnv3991 <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    anhnv3991 and pre-commit-ci[bot] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    668c9b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1b1423 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ad37ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86c9f00 View commit details
    Browse the repository at this point in the history
  7. chore(ndt_scan_matcher): rename config path (autowarefoundation#854)

    * chore(ndt_scan_matcher): rename config path
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * rename path
    
    Signed-off-by: Yamato Ando <[email protected]>
    
    * style(pre-commit): autofix
    
    ---------
    
    Signed-off-by: Yamato Ando <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    YamatoAndo and pre-commit-ci[bot] committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    93fc83e View commit details
    Browse the repository at this point in the history
  8. feat(start/goal_planner): remove unused param and update time horizon…

    … for goal planner's safety check (autowarefoundation#863)
    
    * remove unused param
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    * update safety check time horizon
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    
    ---------
    
    Signed-off-by: kyoichi-sugahara <[email protected]>
    kyoichi-sugahara committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7623f6f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. feat: remove use_pointcloud_container (autowarefoundation#806)

    * feat!: remove use_pointcloud_container
    
    Signed-off-by: kminoda <[email protected]>
    
    * style(pre-commit): autofix
    
    * remove unnecessary files
    
    Signed-off-by: kminoda <[email protected]>
    
    * revert: revert change in declaration of sample vehicle and sensor_kit
    
    Signed-off-by: kminoda <[email protected]>
    
    ---------
    
    Signed-off-by: kminoda <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kminoda and pre-commit-ci[bot] committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0ce46ea View commit details
    Browse the repository at this point in the history
  2. chore(intersection): target type param (autowarefoundation#851)

    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a027fa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f298a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. feat(map based prediction, crosswalk)!: transplantation of pedestrian…

    …s' behavior prediction against green signal (autowarefoundation#860)
    
    pedestrians' intention estimation feature against the green signal
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6969c88 View commit details
    Browse the repository at this point in the history
  2. feat(pid_longitudinal_controller): adjust slope compensation paramete…

    …rs (#585)
    
    Signed-off-by: Berkay Karaman <[email protected]>
    brkay54 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4afc06f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. chore(radar_object_tracker): move radar object tracker param to yaml (a…

    …utowarefoundation#838)
    
    chore: move radar object tracker param to yaml
    
    Signed-off-by: yoshiri <[email protected]>
    YoshiRi committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    fe35f03 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. feat(goal_planne): check objects within the area between ego edge and…

    … boudary of pull_over_lanes (autowarefoundation#867)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2db8354 View commit details
    Browse the repository at this point in the history
  2. feat(planning_simulator): use fit_target=vector_map in planning_simul…

    …ator (autowarefoundation#859)
    
    * Added fit_target
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    * Fixed arg name
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    
    ---------
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f5ca49c View commit details
    Browse the repository at this point in the history
  3. chore(crosswalk): change LATER param (autowarefoundation#868)

    crosswalk/change-LATER-param
    
    Signed-off-by: Yuki Takagi <[email protected]>
    yuki-takagi-66 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1cf2e8f View commit details
    Browse the repository at this point in the history
  4. fix(localization): add ar tag based localizer param (autowarefoundati…

    …on#871)
    
    Added ar_tag_based_localizer.param.yaml
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6a2320e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat(motion_velocity_smoother): increase engage_acceleration (autowar…

    …efoundation#736)
    
    * feat(motion_velocity_smoother): increase engage_acceleration
    
    * Update autoware_launch/config/planning/scenario_planning/common/motion_velocity_smoother/motion_velocity_smoother.param.yaml
    shmpwk committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    07d1230 View commit details
    Browse the repository at this point in the history
  2. feat: define common max_vel (autowarefoundation#870)

    Signed-off-by: Takayuki Murooka <[email protected]>
    takayuki5168 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1a6dbe2 View commit details
    Browse the repository at this point in the history
  3. refactor(blind_spot): find first_conflicting_lane just as intersectio…

    …n module (autowarefoundation#873)
    
    temp
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    39892b1 View commit details
    Browse the repository at this point in the history
  4. feat(tier4_control_launch): disable the trajectory extension (autowar…

    …efoundation#866)
    
    disable the trajectory extending for terminal yaw control
    
    Signed-off-by: Zhe Shen <[email protected]>
    HansOersted committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6c6e864 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    bb8e579 View commit details
    Browse the repository at this point in the history
  2. chore(start_planner): remove unused parameter (autowarefoundation#878)

    Signed-off-by: Shumpei Wakabayashi <[email protected]>
    shmpwk committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3fff913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6141ab View commit details
    Browse the repository at this point in the history
  4. fix(system_error_monitor): changed settings of /autoware/localization…

    …/performance_monitoring (autowarefoundation#877)
    
    Fixed settings of /autoware/localization/performance_monitoring
    
    Signed-off-by: Shintaro Sakoda <[email protected]>
    SakodaShintaro committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    59556db View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 20, 2024

  1. feat(strat_planner): add a prepare time for blinker before taking act…

    …ion for approval (autowarefoundation#881)
    
    Signed-off-by: Mamoru Sobue <[email protected]>
    soblin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    39fbda1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9039471 View commit details
    Browse the repository at this point in the history
  3. feat(goal_planner): change pull over path candidate priority with sof…

    …t and hard margins (autowarefoundation#874)
    
    Signed-off-by: kosuke55 <[email protected]>
    kosuke55 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b23c5f9 View commit details
    Browse the repository at this point in the history
  4. fix: recovery default parameter (autowarefoundation#882)

    Signed-off-by: Shin-kyoto <[email protected]>
    Shin-kyoto committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c86e9a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b51045 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat(lane_change): cancel hysteresis (autowarefoundation#844)

    * feat(lane_change): cancel hysteresis
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    
    * reduce the hysteresis value
    
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    
    ---------
    
    Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
    Signed-off-by: Zulfaqar Azmi <[email protected]>
    zulfaqar-azmi-t4 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9b750b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e06b167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d9bb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(avoidance): wait next shift approval until the ego reaches shift…

    … length threshold (autowarefoundation#891)
    
    * feat(avoidance): wait next shift approval until the ego reaches shift length threshold
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    * fix(avoidance): param description
    
    Signed-off-by: satoshi-ota <[email protected]>
    
    ---------
    
    Signed-off-by: satoshi-ota <[email protected]>
    satoshi-ota committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    618e790 View commit details
    Browse the repository at this point in the history