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

Merged
merged 12 commits into from
Apr 13, 2023
Merged

chore: sync upstream #358

merged 12 commits into from
Apr 13, 2023

Conversation

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

Features

Bug Fixes

Code Refactoring

Chores

takayuki5168 and others added 12 commits April 12, 2023 10:27
)

* feat(route_handler): use pointer for route msgs

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

* add warning

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

---------

Signed-off-by: yutaka <[email protected]>
…ion#3361)

* feat(route_handler): add lateral distance calculator

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

* Update planning/route_handler/src/route_handler.cpp

Co-authored-by: Zulfaqar Azmi <[email protected]>

* udpate

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

* update

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

---------

Signed-off-by: yutaka <[email protected]>
Co-authored-by: Zulfaqar Azmi <[email protected]>
…tion#3350)

* refactor(avoidance): move to utils

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

* refactor(avoidance): move to utils

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

---------

Signed-off-by: satoshi-ota <[email protected]>
…owarefoundation#3344)

* feat(elevation_map_loader): add support for sequential_map_loading

Signed-off-by: Shin-kyoto <[email protected]>

* fix(elevation_map_loader): fix bug

Signed-off-by: Shin-kyoto <[email protected]>

* feat(elevation_map_loader): make it possible to adjust the number of PCD maps loaded at once when using sequential map loading

Signed-off-by: Shin-kyoto <[email protected]>

* feat(elevation_map_loader): change default value of use_lane_filter as false

Signed-off-by: Shin-kyoto <[email protected]>

* fix(elevation_map_loader): fix typo

Signed-off-by: Shin-kyoto <[email protected]>

* refactor(elevation_map_loader): Add a range of param. And refactor receiveMap.

Signed-off-by: Shin-kyoto <[email protected]>

* feat(elevation_map_loader): Change info level log into debug level log with throttle. And remove abbreviation

Signed-off-by: Shin-kyoto <[email protected]>

---------

Signed-off-by: Shin-kyoto <[email protected]>
…nstead of caffe for apollo cnnseg (autowarefoundation#3320)

* feat: use onnx instead of caffe for apollo cnnseg

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

* style(pre-commit): autofix

* diable some lint

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

* add include guard

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

* style(pre-commit): autofix

* fix company name in license

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

* remove unrelated file

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

* change find order

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

* update year in license

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

* fix year in license

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

---------

Signed-off-by: wep21 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…oundation#3358)

* fix(mpc_lateral_controller): use contant instead of macros 

Signed-off-by: Kaan Colak <[email protected]>

---------

Signed-off-by: Kaan Çolak <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(avoidance): fix bug in yield judge logic

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

* fix(avoidance): don't generate raw shift line for objects behind unavoidable object

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

* chore(avoidance): add comments

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

---------

Signed-off-by: satoshi-ota <[email protected]>
@github-actions github-actions bot added control documentation Improvements or additions to documentation launch perception planning labels Apr 13, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 13, 2023

Codecov Report

Patch coverage: 0.22% and project coverage change: +1.92 🎉

Comparison is base (59650ed) 5.97% compared to head (a2b2fcb) 7.90%.

📣 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    #358      +/-   ##
=============================================
+ Coverage        5.97%   7.90%   +1.92%     
=============================================
  Files             226     288      +62     
  Lines           22138   24835    +2697     
  Branches        11480   11292     -188     
=============================================
+ Hits             1323    1963     +640     
- Misses          19499   20997    +1498     
- Partials         1316    1875     +559     
Flag Coverage Δ
differential 7.90% <0.22%> (+1.92%) ⬆️
Impacted Files Coverage Δ
...elevation_map_loader/elevation_map_loader_node.hpp 0.00% <ø> (ø)
...ation_map_loader/src/elevation_map_loader_node.cpp 0.00% <0.00%> (ø)
...e/lidar_apollo_instance_segmentation/cluster2d.hpp 0.00% <ø> (ø)
...de/lidar_apollo_instance_segmentation/debugger.hpp 0.00% <ø> (ø)
...de/lidar_apollo_instance_segmentation/detector.hpp 0.00% <ø> (ø)
...idar_apollo_instance_segmentation/disjoint_set.hpp 0.00% <ø> (ø)
...apollo_instance_segmentation/feature_generator.hpp 0.00% <ø> (ø)
...lidar_apollo_instance_segmentation/feature_map.hpp 0.00% <ø> (ø)
...nclude/lidar_apollo_instance_segmentation/node.hpp 0.00% <ø> (ø)
...nclude/lidar_apollo_instance_segmentation/util.hpp 0.00% <ø> (ø)
... and 17 more

... and 116 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 0603194 into tier4/main Apr 13, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch April 13, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants