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

Merged
merged 16 commits into from
Apr 25, 2023
Merged

chore: sync upstream #376

merged 16 commits into from
Apr 25, 2023

Conversation

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

Features

Bug Fixes

Chores

shmpwk and others added 16 commits April 24, 2023 09:47
…map builder (autowarefoundation#3472)

fix: unsafe footprints

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
…common (autowarefoundation#3499)

* feat(behavior_path_planner): make drivable area expansion parameters common

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

* fix

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

* Nonoverlap -> NonOverlap

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>
…n feature (autowarefoundation#3458)

* migrated

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

* WIP

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

* IntersectionModuleManager own one rtc_interface for intersection_occlusion

Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>

* divide occlusion safety and activated

Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>

* fixed to update occlusion cooperate status at construction

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

* fixed getOcclusionFirstStopSafety()

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

* fixed not to show both intersection and intersection_occlusion  after passed 1st stop line

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

* fixed the intersection_occlusion/inersection stop position afte r CLEARED

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

* if occlusion cleared when eog is before 1st stop line, set stop line to 1st stop line and clear prev_occlusion_stop_line_pose_

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

* (misc) fix viz, sync param

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

* fixed vehicle footprint offset calculation

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

* add occcupancy_grid_map method/param var to launcher

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

* migrated latest

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

* use static pass judge line

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

* removed some params

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

* organized param

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

* add occlusion enable flag

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

* revert occupancy grid settings in this PR

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

* remove comment

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

* fixed pass judge line collision detection to original

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

* style(pre-commit): autofix

* use vehicle_length for static pass judge line

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

* fixed virtual wall marker

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

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#3130)

* add signle_inference_node to lidar_centerpoint_tvm

* style(pre-commit): autofix

* change python3 to python

* changes model_name in lidar_centerpoint_tvm.launch.xml from centerpoint_tiny to centerpoint

* remove unnecessary parameters in single_inference_lidar_centerpoint_tvm.launch.xml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Xinyu Wang <93699235+angry-crab@users.noreply.github.com>
…lusion (autowarefoundation#3510)

* feat(intersection): add flag to enable creep towards intersection occlusion

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>
…nedPath (autowarefoundation#3508)

* chore(lane_change): use BehaviorModuleOuput as output of generatePlannedPath

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

* generatePlannedPath->generateOutput and generateExtendedDrivableArea->extendOutputDrivableArea

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

* move assignment in plan to generateOutput

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

* fix pointer error in new module

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

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Co-authored-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…us (autowarefoundation#3511)

* Merge feat/intersection-occlusion-latest (#8)

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

* fixed virtual wall marker

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

* use is_occluded flag

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

* 3 rtc intersection appears

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

* clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid

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

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* feat: add route change api

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* fix: reroute

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

---------

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…or dynamic map loader (autowarefoundation#3365)

* initialize dynamic loader class

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: static and dynamic loader

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix(voxel_distance_based): add processing time

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* feat: add map loader for voxel based approximatef filter

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: add debug processing time

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* feat: add dml for distance based compare map filter

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: dyanmic map loader for distance based

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* refactoring

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: voxel_distance_base bug

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* fix: bug

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* docs: update readme

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* chore: typo

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* chore: typo

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

* chore: remove excessive comments

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>

---------

Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
fix autowarefoundation#3511) (autowarefoundation#3512)

* Merge feat/intersection-occlusion-latest (#8)

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

* fixed virtual wall marker

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

* use is_occluded flag

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

* 3 rtc intersection appears

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

* clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid

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

* clearCooperateStatus at the beginning of send RTC

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

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…on (autowarefoundation#3507)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…exist explicitly (autowarefoundation#3506)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…#3509)

* chore(intersection): add visualization dependency

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

* style(pre-commit): autofix

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ion#3514)

* fixed virtual wall visualization

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

* fixed occlusion.enable param

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

* reflected comments

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

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oundation#3515)

* feat(pull_over): can use different offsets for right left drivable area expansion

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

* fix

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>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 0.12% and project coverage change: -3.76 ⚠️

Comparison is base (4af956b) 14.87% compared to head (f2b7687) 11.11%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@              Coverage Diff               @@
##           tier4/main     #376      +/-   ##
==============================================
- Coverage       14.87%   11.11%   -3.76%     
==============================================
  Files             116      326     +210     
  Lines           13230    29606   +16376     
  Branches         6695    14760    +8065     
==============================================
+ Hits             1968     3291    +1323     
- Misses           9158    22554   +13396     
- Partials         2104     3761    +1657     
Flag Coverage Δ
differential 11.11% <0.12%> (-3.76%) ⬇️
Impacted Files Coverage Δ
.../rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp 0.00% <0.00%> (ø)
...tion/distance_based_compare_map_filter_nodelet.hpp 0.00% <0.00%> (ø)
...l_based_approximate_compare_map_filter_nodelet.hpp 0.00% <0.00%> (ø)
...oxel_distance_based_compare_map_filter_nodelet.hpp 0.00% <0.00%> (ø)
...compare_map_segmentation/voxel_grid_map_loader.hpp 0.00% <0.00%> (ø)
.../src/distance_based_compare_map_filter_nodelet.cpp 0.00% <0.00%> (ø)
...l_based_approximate_compare_map_filter_nodelet.cpp 0.00% <0.00%> (ø)
...oxel_distance_based_compare_map_filter_nodelet.cpp 0.00% <0.00%> (ø)
...are_map_segmentation/src/voxel_grid_map_loader.cpp 0.00% <0.00%> (ø)
...th_planner/scene_module/lane_change/base_class.hpp 10.52% <ø> (ø)
... and 38 more

... and 243 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit a8b3a03 into tier4/main Apr 25, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch April 25, 2023 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common documentation Improvements or additions to documentation perception planning system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants