Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(start_planner): add collision check distances for shift and geometric pull out #832

Merged
merged 24 commits into from
Jan 31, 2024

Commits on Jan 14, 2024

  1. feat: use obstacle_cruise_planner and change safe_distance_margin

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    569922c View commit details
    Browse the repository at this point in the history
  2. feat: set max_vel to 40km/h

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4093576 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from tier4/sync-awf-latest

    chore: sync awf-latest
    takayuki5168 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    1807154 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge pull request #277 from tier4/sync-awf-latest

    chore: sync awf-latest
    takayuki5168 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    927f78b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #278 from tier4/sync-awf-latest

    chore: sync awf-latest
    takayuki5168 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    710aadb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat: enable surround_obstacle_checker

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    df27790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5223175 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #280 from tier4/sync-awf-latest

    chore: sync awf-latest
    takayuki5168 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    78c4193 View commit details
    Browse the repository at this point in the history
  4. feat: enable surround_obstacle_checker

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    39191f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge pull request #281 from tier4/sync-awf-latest

    chore: sync awf-latest
    takayuki5168 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8f97a4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #283 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bb98489 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #284 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f00f55f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge pull request #285 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c18b0c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge pull request #286 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9710857 View commit details
    Browse the repository at this point in the history
  2. feat: enable dynamic_avoidance and disable outside_drivable_area_stop

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    1e6387a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #287 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b8c18ca View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #288 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5291a10 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge pull request #290 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a4728b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Merge pull request #292 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    31f2b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Merge pull request #293 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2b7390b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge pull request #295 from tier4/sync-awf-latest

    chore: sync awf-latest
    tier4-autoware-public-bot[bot] committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8efde45 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Add collision check distances for shift and geometric pull out

    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    kyoichi-sugahara committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2ec2133 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/apply_offset_distance_for_geometric

    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    kyoichi-sugahara committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2a5e200 View commit details
    Browse the repository at this point in the history
  3. Update default presets and parameters for planning modules

    Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
    kyoichi-sugahara committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    89fc72f View commit details
    Browse the repository at this point in the history