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 #1116

Merged
merged 95 commits into from
Jan 24, 2024
Merged

chore: sync upstream #1116

merged 95 commits into from
Jan 24, 2024

Conversation

tier4-autoware-public-bot[bot]
Copy link

Features

Bug Fixes

Documentation

Code Refactoring

Performance Improvements

Builds

Chores

kyoichi-sugahara and others added 30 commits January 10, 2024 01:01
…priority (autowarefoundation#6003)

* add explanation about start pose candidate priority

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
…le (autowarefoundation#5835)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…autowarefoundation#6028)

* fix(map_loader): show traffic light regulatory element id per lanelet

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

* feat(map_loader): show traffic light id

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

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
…finished (autowarefoundation#5998)

Fix conditional check in updatePullOutStatus function

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…dependencies (autowarefoundation#5909)

* change .hpp name

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* change .cpp name

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* correct the #inlcude and #ifndef

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* toPath(): move the prototypes and the implementations in .hpp and .cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* correct the dependency for /home/shen/autoware.universe/planning/behavior_path_planner/src/behavior_path_planner_node.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* toPath(): deleted the repeat definition in planning_interface_test_manager_utils.hpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* toPath(): corrected the call and dependency in planning_interface_test_manager.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* convertPathToTrajectoryPoints(), convertTrajectoryPointsToPath(), lerpOrientation(): moved to conversion.hpp and conversion.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* convertPathToTrajectoryPoints(): corrected the call and dependency

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* convertTrajectoryPointsToPath(): Corrected the call

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* lerpOrientation(): deleted the repeat definition in longitudinal_controller_utils.hpp and longitudinal_controller_utils.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* lerpOrientation(): Correct the call in longitudinal_controller_utils.hpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* lerpOrientation(): Corrected the dependency and call in test_longitudinal_controller_utils.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* name of conversion.cpp: modified the CMakeLists

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* namespace updated, but maybe not correct, will be tested in the next commit

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* Correct the dependencies the test_trajectory.cpp and test_interpolation.cpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* [namespace problems fixed] conversion.cpp & conversion.hpp: The dependencies have been added. Also, the namespaces have been corrected.

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* correct all the dependencies in #include

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* avoid using the ../../ in the paths

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* dependencies fixed and package added in .xml

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* change toPath() to convertToPath()

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* lerpOrientation(): move from conversion to spherical_linear_interpolation

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* fix the missing relative path definition. ../../ will not be used.

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* the unneccessary dependencies eleminated. In specific, the lerpOrientation() related dependencies in coversion.hpp and unneccessary dependencies in conversion.cpp are deleted.

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* change the function to template in .cpp and .hpp

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* change the corresponding calls to template

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* change name to convertToTrajectory()

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* style(pre-commit): autofix

* change the template of convertToPathWithLaneId()

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* fix the dependencies

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>

* refactor(motion_utils): specialize class

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

* fix(motion_utils): remove unnecessary header

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

---------

Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Co-authored-by: satoshi-ota <satoshi.ota928@gmail.com>
…warefoundation#6006)

* fix(static_drivable_area_expansion): fix bound extraction logic

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

* refactor(static_drivable_area_expansion): define as anon func

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

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…area (autowarefoundation#6016)

* feat(avoidance): don't use opposite lane before intersection

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

* feat(avoidance): check traffic light info in order to limit drivable area

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

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…arefoundation#6017)

fix(avoidance): output return shift path properly

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…refoundation#6041)

Fixed ndt_scan_matcher.launch.xml

Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
…ation (autowarefoundation#6036)

* feat(behavior_velocity): add the option to keep the last valid observation

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* keep_last_observation is false by default and intersection/traffic_light is explicily true

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* for intersection

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…locity be able to work (autowarefoundation#6037)

Signed-off-by: Berkay Karaman <brkay54@gmail.com>
…file (autowarefoundation#6040)

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…owarefoundation#6034)

* fix(lane_change): check able to return to original lane in abort

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

* fix cancel state

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

* revert changes

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

---------

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…ndation#5983)

* refactor extractCollisionCheckPath

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Signed-off-by: amadeuszsz <amadeusz.szymko@put.poznan.pl>
…oundation#5994)

* define collision check margins list in start planner module

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>


---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
autowarefoundation#6039)

* fix problem with negative yaw being replaced in max function

Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>

* add check for delta time value

Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>

---------

Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…babilistic_occupancy_grid_map folder to avoid conflicts (autowarefoundation#5839)

* build(probabilistic_occupancy_grid_map): move header files to the probabilistic_occupancy_grid_map folder to avoid conflicts

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>

* style(pre-commit): autofix

---------

Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* change params
* change the TTC formula

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
* refactor(shape_estimation): rework parameters

Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>

* style(pre-commit): autofix

* refactor(shape_estimation): rework parameters

Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>

* refactor(shape_estimation): rework parameters

Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>

---------

Signed-off-by: PhoebeWu21 <wwcphoebe@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>
Co-authored-by: yamato-ando <Yamato ANDO>
…d bounding box (autowarefoundation#6035)

* feat(autoware_auto_perception_rviz_plugin): visualize object heading

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* feat(autoware_auto_perception_rviz_plugin): visualize heading only it is available

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* feat(autoware_auto_perception_rviz_plugin): 2d visualization implemented

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* feat(autoware_auto_perception_rviz_plugin): integrating repeating codes

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

---------

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix(motion_utils): add guard to calcCurvature

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

* style(pre-commit): autofix

---------

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…#5990)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
… to improve accuracy (autowarefoundation#5576)

* remake

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* remove maybe_unused in decleration

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* support two predicted trajectories in world and Frenet coordinate

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

* fix test

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>

---------

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 21d1a1f into beta/v0.21.0 Jan 24, 2024
10 of 14 checks passed
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch January 24, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.