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: recreate merge commit for release 0.39.0 #9616

Merged
merged 106 commits into from
Dec 11, 2024
Merged

Conversation

mitsudome-r
Copy link
Member

Description

We tried to recreate the merge commit in this PR #9607, but it seems like we merged it with squash commit by accident.

This redo the creation of merge commit in the humble branch.

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

awf-autoware-bot bot and others added 30 commits October 31, 2024 01:24
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
* refactor(time_utils): prefix package and namespace with autoware

Signed-off-by: Esteve Fernandez <[email protected]>

* refactor(time_utils): prefix package and namespace with autoware

Signed-off-by: Esteve Fernandez <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Esteve Fernandez <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* add requested feature

Signed-off-by: Go Sakayori <[email protected]>

* Update planning/autoware_rtc_interface/test/test_rtc_interface.cpp

Co-authored-by: Satoshi OTA <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
Co-authored-by: Satoshi OTA <[email protected]>
fix(bpp): calcDistanceToRedTrafficLight null

Signed-off-by: Shumpei Wakabayashi <[email protected]>
… predictor (#9201)

* refactor: grouping functions

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: grouping parameters

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: rename member road_users_history to road_users_history_

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: separate util functions

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: Add predictor_vru.cpp and utils.cpp to map_based_prediction_node

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: Add explicit template instantiation for removeOldObjectsHistory function

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: Add tf2_geometry_msgs to data_structure

Signed-off-by: Taekjin LEE <[email protected]>

* refactor: Remove unused variables and functions in map_based_prediction_node.cpp

Signed-off-by: Taekjin LEE <[email protected]>

* Update perception/autoware_map_based_prediction/include/map_based_prediction/predictor_vru.hpp

* Apply suggestions from code review

* style(pre-commit): autofix

---------

Signed-off-by: Taekjin LEE <[email protected]>
Co-authored-by: Mamoru Sobue <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…er (#8912)

* Moved ndt_omp into ndt_scan_matcher

Signed-off-by: Shintaro Sakoda <[email protected]>

* Added Copyright

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed include

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed cast style

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed include

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed honorific title

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed honorific title

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed include hierarchy

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed include hierarchy

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed hierarchy

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed NVTP to NVTL

Signed-off-by: Shintaro Sakoda <[email protected]>

* Added cspell:ignore

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed miss spell

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed include

Signed-off-by: Shintaro Sakoda <[email protected]>

* Renamed applyFilter

Signed-off-by: Shintaro Sakoda <[email protected]>

* Moved ***_impl.hpp from include/ to src/

Signed-off-by: Shintaro Sakoda <[email protected]>

* style(pre-commit): autofix

* Fixed variable scope

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed to pass by reference

Signed-off-by: Shintaro Sakoda <[email protected]>

---------

Signed-off-by: Shintaro Sakoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…state (#9211)

* fix rtc_interface

Signed-off-by: Go Sakayori <[email protected]>

* fix test condition

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
…le (#9205)

* add operator request feature

Signed-off-by: Go Sakayori <[email protected]>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/src/scene.cpp

Co-authored-by: Satoshi OTA <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
Co-authored-by: Satoshi OTA <[email protected]>
use polling subscriber

Signed-off-by: Go Sakayori <[email protected]>
)

fix(diagnostic_graph_utils): reset graph when new one is reveived

Signed-off-by: Takagi, Isamu <[email protected]>
…les_num from 200 to 100 on tests (#9218)

Reduced initial_pose_estimation.particles_num from 200 to 100 on tests

Signed-off-by: Shintaro Sakoda <[email protected]>
add collision detector in launch

Signed-off-by: Go Sakayori <[email protected]>
…on (#9206)

* add utils test
---------
Signed-off-by: Yuki Takagi <[email protected]>
* fix(bvp): remove expired module safely

Signed-off-by: satoshi-ota <[email protected]>

* fix: remove module id set

Signed-off-by: satoshi-ota <[email protected]>

* fix: use itr to erase expired module

Signed-off-by: satoshi-ota <[email protected]>

* fix: remove unused function

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
* add test for object collision

Signed-off-by: Go Sakayori <[email protected]>

* add test for more functions

Signed-off-by: Go Sakayori <[email protected]>

* add docstring

Signed-off-by: Go Sakayori <[email protected]>

* fix lane change

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
Signed-off-by: Go Sakayori <[email protected]>
…idening-cast (#9229)

* fix: bugprone-misplaced-widening-cast

Signed-off-by: kobayu858 <[email protected]>

* fix: clang-format

Signed-off-by: kobayu858 <[email protected]>

---------

Signed-off-by: kobayu858 <[email protected]>
…#9227)

fix: bugprone-misplaced-widening-cast

Signed-off-by: kobayu858 <[email protected]>
…idening-cast (#9226)

* fix: bugprone-misplaced-widening-cast

Signed-off-by: kobayu858 <[email protected]>

* fix: clang-format

Signed-off-by: kobayu858 <[email protected]>

---------

Signed-off-by: kobayu858 <[email protected]>
…t-roundings (#9221)

fix: bugprone-incorrect-roundings

Signed-off-by: kobayu858 <[email protected]>
esteve and others added 26 commits November 12, 2024 10:11
…mory efficiency (#9281)

* fix(lane_change): correct computation of maximum lane changing length threshold (#9279)

fix computation of maximum lane changing length threshold

Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: taisa1 <[email protected]>

* perf: remove evecs, evals from Leaf

Signed-off-by: taisa1 <[email protected]>

* perf: remove evecs, evals from Leaf

Signed-off-by: taisa1 <[email protected]>

---------

Signed-off-by: mohammad alqudah <[email protected]>
Signed-off-by: taisa1 <[email protected]>
Co-authored-by: mkquda <[email protected]>
…or (#9149)

* modify costmap generator directory structure

Signed-off-by: mohammad alqudah <[email protected]>

* rename class CostmapGenerator to CostmapGeneratorNode

Signed-off-by: mohammad alqudah <[email protected]>

* unit test for object_map_utils

Signed-off-by: mohammad alqudah <[email protected]>

* catch error from lookupTransform

Signed-off-by: mohammad alqudah <[email protected]>

* use polling subscriber in costmap generator node

Signed-off-by: mohammad alqudah <[email protected]>

* add test for costmap generator node

Signed-off-by: mohammad alqudah <[email protected]>

* add test for isActive()

Signed-off-by: mohammad alqudah <[email protected]>

* revert unnecessary changes

Signed-off-by: mohammad alqudah <[email protected]>

* remove commented out line

Signed-off-by: mohammad alqudah <[email protected]>

* minor fix

Signed-off-by: mohammad alqudah <[email protected]>

* Update planning/autoware_costmap_generator/src/costmap_generator.cpp

Co-authored-by: Kosuke Takeuchi <[email protected]>

---------

Signed-off-by: mohammad alqudah <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
…ntrol_evaluator (#9307)

* update unit test of control_evaluator.

Signed-off-by: xtk8532704 <[email protected]>

* manual pre-commit.

Signed-off-by: xtk8532704 <[email protected]>

---------

Signed-off-by: xtk8532704 <[email protected]>
…9308)

* subscribe odometry

Signed-off-by: Go Sakayori <[email protected]>

* fix precommit

Signed-off-by: Go Sakayori <[email protected]>

* remove unnecessary log info

Signed-off-by: Go Sakayori <[email protected]>

---------

Signed-off-by: Go Sakayori <[email protected]>
…ygons (#9309)

speed up by updating polygons

Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
)

* make lanelet2_map_visualization independent

Signed-off-by: a-maumau <[email protected]>

* remove unused files

Signed-off-by: a-maumau <[email protected]>

* remove unused package

Signed-off-by: a-maumau <[email protected]>

* fix package name

Signed-off-by: a-maumau <[email protected]>

* add autoware_ prefix

Signed-off-by: a-maumau <[email protected]>

* add autoware to exec name

Signed-off-by: a-maumau <[email protected]>

* add autoware prefix

Signed-off-by: a-maumau <[email protected]>

* removed unnecessary dependency

Signed-off-by: a-maumau <[email protected]>

---------

Signed-off-by: a-maumau <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@mitsudome-r mitsudome-r merged commit 7b8b23e into humble Dec 11, 2024
81 of 88 checks passed
@mitsudome-r mitsudome-r deleted the release-0.39.0 branch December 11, 2024 09:02
@mitsudome-r
Copy link
Member Author

I merged it without review since the PR itself is same from #9607 which was already approved.

I have also tested here with another branch before merging that merge commit works: #9615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.