Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: sync upstream #1

Merged
merged 19 commits into from
Jan 24, 2022

Conversation

wep21
Copy link

@wep21 wep21 commented Jan 24, 2022

Related Issue(required)

Description(required)

Review Procedure(required)

Related PR(optional)

Pre-Review Checklist for the PR Author

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

If you are adding new package following items are required:

  • Documentation with description of the package is available
  • A sample launch file and parameter file are available if the package contains executable nodes

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • 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

CI Checks

  • Build and test for PR / build-and-test-pr: Required to pass before the merge.
  • Build and test for PR / clang-tidy-pr: NOT required to pass before the merge. It is up to the reviewer(s). Found false positives? See the [guidelines][clang-tidy-guidelines].
  • 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.

h-ohta and others added 19 commits January 12, 2022 18:20
* fix: use transient_local qos for route

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

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
* fix: cast field individually

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

* chore: cleanup

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* fix: occlusion spot slice

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

* chore: use to path lanelet

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

* fix: pre-commit

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

* chore: minor change for debug and test

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

* fix(gtest): update to latest and minor fix of edge case

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

* chore(typo): fix typo

Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
…to map frame (#251)

* fix(behavior_path_planner): add transformation to polygon, obj frame to map frame

* fix(behavior_path_planner): use universe message type
… to support general SIMD architecture (#154)

* using eigen's aligned allocator for matrix vectors

Signed-off-by: Daichi Murakami <harihitode@gmail.com>

* fix compiler flag to be architecture independent

Signed-off-by: Daichi Murakami <harihitode@gmail.com>

* ci(pre-commit): autofix

* add const

Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Co-authored-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
* fix: add guard for inner product

Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* ci(pre-commit): autofix

Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* fix: delete unnecessary comments

Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* Update map/lanelet2_extension/lib/query.cpp

Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* delete equal in comparison operator

Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* fix: use normilized radian for calculation of angle difference

Signed-off-by: kyoichi sugahara <81.s.kyo.19@gmail.com>

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hiroki OTA <hiroki.ota@tier4.jp>
Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
…iguration (#267)

Signed-off-by: Shinnosuke Hirakawa <shinnosuke.hirakawa@tier4.jp>
* chore(query): update and add gtest

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

* ci(pre-commit): autofix

* chore(query): add deprecated attribute to getAngleDifference

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

* chore(query): deprecated as comment to avoid clang errror

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

* Revert "chore(query): deprecated as comment to avoid clang errror"

This reverts commit 28cc95d.

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

* Revert "chore(query): add deprecated attribute to getAngleDifference"

This reverts commit 3b56ce7.

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

* Revert "ci(pre-commit): autofix"

This reverts commit 61e05c4.

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

* Revert "chore(query): update and add gtest"

This reverts commit 027c4cf.

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

* fix(lanelet2_extension): fix getAngleDifference

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

* fix(lanelet2_extension): ref value

Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
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: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
…n intersection planner (#280)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* add covariance param

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

* add description

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

* add description

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

* fix typo

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

* refactor

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

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Yamato Ando <yamato.ando@gmail.com>
* add pose_initializer param

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

* rename yaml file

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

* ci(pre-commit): autofix

* Revert "ci(pre-commit): autofix"

This reverts commit 7a89cd8.

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

* ci(pre-commit): autofix

* refactor

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

* refactor

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

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Yamato Ando <yamato.ando@gmail.com>
…avior path planning (#285)

* rebase to develop [Zulfaqar Azmi]

route handler function for better drivable area extension

this is a part of .iv PR (tier4/autoware.iv#2383) port

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

* route handler function for checking adjacent lane availability

this is a part of .iv PR (tier4/autoware.iv#2383) port

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

Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
@wep21 wep21 requested a review from kenji-miyake January 24, 2022 08:57
@kenji-miyake kenji-miyake merged commit 23f96c0 into tier4:tier4/main Jan 24, 2022
@kenji-miyake
Copy link

git cliff --config ../../autowarefoundation/autoware-github-actions/cliff.toml 3e27b12~..10bd1c0

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

Features

Tests

takayuki5168 pushed a commit that referenced this pull request Jul 11, 2022
* feat: change launch package name (#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 (#402)

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

* fix: change the default mode of perception.launch (#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>
takayuki5168 pushed a commit that referenced this pull request Mar 13, 2023
Change of allowable jerk during emergency
yn-mrse added a commit that referenced this pull request Jun 22, 2023
#596)

* feat(behavior_velocity_planner): changeable maximum stop distance (#1380)

* fix(behavior_velocity_planner): changeable max stop distance

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

* fix(behavior_velocity_planner): use alias

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

* fix(behavior_velocity_planner): update default param

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

* fix(behavior_velocity_plannerl): rename param

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

* fix(behaivor_velocity_planner): fix current stop position

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

* ci(pre-commit): autofix

* fix: replace motion_utils to tier4_autoware_utils

* ci(pre-commit): autofix

* fix: remove set_distance func for rtc

* fix: remove conflicting declaration stop_point & stop_pose

Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.