Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

feat: merge autowarefoundation/autoware_launch #720

Merged
merged 131 commits into from
Jan 20, 2023

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Jan 20, 2023

PR Type

  • New Feature
  • Improvement
  • Bug Fix

Related Links

Description

Review Procedure

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • Code follows coding guidelines
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets
  • Write release notes

CI Checks

  • Build and test for PR: Required to pass before the merge.
  • Check spelling: NOT required to pass before the merge. It is up to the reviewer(s). See here if you want to add some words to the spell check dictionary.

Kenji Miyake and others added 30 commits November 22, 2021 11:24
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* ci: add sync-files.yaml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* chore(config): add .pre-commit-config.yaml

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* chore: add build_depends.repos

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
* feat: change launch package name (tier4#186)

* rename launch folder

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* autoware_launch -> tier4_autoware_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* integration_launch -> tier4_integration_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* map_launch -> tier4_map_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* fix

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* planning_launch -> tier4_planning_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* simulator_launch -> tier4_simulator_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* control_launch -> tier4_control_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* localization_launch -> tier4_localization_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* perception_launch -> tier4_perception_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* sensing_launch -> tier4_sensing_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* system_launch -> tier4_system_launch

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* ci(pre-commit): autofix

* vehicle_launch -> tier4_vehicle_launch

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: tanaka3 <ttatcoder@outlook.jp>
Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>

* feat(atutoware.rviz): disable selectable for pointcloud visualization (tier4#402)

Signed-off-by: YamatoAndo <yamato.ando@gmail.com>

* fix: change the default mode of perception.launch (tier4#409)

* fix: change the default mode of perception.launch

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* chore: remove unnecessary comments

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* chore: remove default values

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* rename package name

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* ci(pre-commit): autofix

* add build_depends.repos

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: tanaka3 <ttatcoder@outlook.jp>
Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
Co-authored-by: Yamato Ando <yamato.ando@gmail.com>
* chore: apply pre-commit

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* fix: add group

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: sync files

Signed-off-by: GitHub <noreply@github.com>

* Update sync-files.yaml

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
* ci(pre-commit): update pre-commit-hooks-ros

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* ci(pre-commit): autofix

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: incorrect arguments and including launch

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* add launch_vehicle_interface

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>

* bug fix

Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.3 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.8.0.3...v0.8.0.4)
- [github.com/scop/pre-commit-shfmt: v3.4.2-1 → v3.4.3-1](scop/pre-commit-shfmt@v3.4.2-1...v3.4.3-1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…_avoidance_planner markers (tier4#23)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…n spot markers (tier4#25)

Signed-off-by: taikitanaka3 <taiki.tanaka@tier4.jp>

Co-authored-by: taikitanaka3 <taiki.tanaka@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… marker in autoware.rviz (tier4#28)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
…package (tier4#26)

* feat: add autoware_api.launch.xml to launch files in autoware_launch package

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>

* fix(autoware_launch): fix flags for autoware.launch and logging_simulator.launch

Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: kenji-miyake <kenji-miyake@users.noreply.github.com>
satoshi-ota and others added 23 commits January 5, 2023 18:22
…r4#152)

* fix(planning_launch): ignore unavoidable objects around the goal

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance/avoidance.param.yaml

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
)

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
…atching (tier4#155)

* fix(autoware-launch):add NDT parameters for de-grounded lidar scan matching

Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai>

* style(pre-commit): autofix

Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>
Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>
…tier4#146)

* feat(avoidance): add new param for yield maneuver in avoidance module

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(avoidance): fix param name for readability

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(planning_launch): add missing param

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* feat(obstacle_stop_planner): add parameter for voxel grid

* fix: parameter
Signed-off-by: Berkay Karaman <brkay54@gmail.com>

Signed-off-by: Berkay Karaman <brkay54@gmail.com>
… expanding the drivable area (tier4#160)

[behavior_path_planner] add types to skip in drivable_area_expansion

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…ch (tier4#108)

Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>

Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
…ier4#166)

feat(behavior_path_planner) ignore pull over goal near lane start

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ths (tier4#168)

* feat(behavior_path_planner): add option for combining arc pull out paths

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* divide_pull_out_path

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* refactor(tier4_planning_launch): organize arguments

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* fix(autoware_launch): fix wrong parameter name

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…r4#171)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ier4#159)

* feat(autoware_launch): add new config params for fitting uniform circle

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>

* reformat

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>
…ier4#170)

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>

Signed-off-by: Mehmet Dogru <42mehmetdogru42@gmail.com>
…r4#158)

* fix(planning): behavior planning common and lane change param

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* revert forward_path_length

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix(lane_change): fix default abort param

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

* revert safety time margin

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
@kminoda kminoda marked this pull request as ready for review January 20, 2023 09:17
@kminoda kminoda changed the title Feat/merge awf autoware launch feat: merge autowarefoundation/autoware_launch Jan 20, 2023
@kminoda kminoda requested a review from kenji-miyake January 20, 2023 09:20
@kenji-miyake kenji-miyake merged commit 1766f1e into tier4:awf-latest Jan 20, 2023
@kminoda kminoda deleted the feat/merge-awf-autoware-launch branch January 20, 2023 09:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.