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

Merged
merged 50 commits into from
Sep 26, 2022
Merged

chore: sync upstream #132

merged 50 commits into from
Sep 26, 2022

Conversation

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Sep 17, 2022

Features

Bug Fixes

Documentation

Code Refactoring

Builds

Chores

wep21 and others added 12 commits September 16, 2022 10:00
…ion#1821)

* feat(trtexec_vendor): add vendor package for trtexec

Signed-off-by: Daisuke Nishimatsu <[email protected]>

* support the previous CUDA environemt

Co-authored-by: Yusuke Muramatsu <[email protected]>

* remove required for nvidia libraries

Co-authored-by: Yusuke Muramatsu <[email protected]>

* add sampleUtils.cpp if trt version is greater than 8.4

Signed-off-by: Daisuke Nishimatsu <[email protected]>

* do not install trt submodules

Signed-off-by: Daisuke Nishimatsu <[email protected]>

Signed-off-by: Daisuke Nishimatsu <[email protected]>
Co-authored-by: Yusuke Muramatsu <[email protected]>
…ex library in tier4_autoware_util (autowarefoundation#1883)

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

Signed-off-by: scepter914 <[email protected]>
…utowarefoundation#1890)

feat: add autoware adapi messages repository

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

Signed-off-by: khtan <[email protected]>
* refactor(obstacle_stop_planner): use alias

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

* refactor(obstacle_stop_planner): use alias

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

* refactor(obstacle_stop_planner): reparate utils function

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

* refactor(obstacle_stop_planner): fix clang-tidy

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

* refactor(obstacle_stop_planner): separate member functions that can be made static as utils

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

* refactor(obstacle_stop_planner): rename callback functions

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

* refactor(obstacle_stop_planner): rename publisher and subscriber

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

* fix(obstacle_stop_planner): fix typo

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

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

* refactor(ekf_localizer): isolate mahalanobis functions and add tests
…r inf (autowarefoundation#1882)

* refactor(ekf_localizer): add functions to check if a matrix has nan or inf
* fix: fix missing dependency

Signed-off-by: Takayuki Murooka <[email protected]>

* fix

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
…tion#1894)

* fix(obstacle_cruise_planner): ignore behind obstacles

Signed-off-by: tomoya.kimura <[email protected]>

* fix invalid access

Signed-off-by: tomoya.kimura <[email protected]>

* update isFrontCollideObstacle

Signed-off-by: tomoya.kimura <[email protected]>

Signed-off-by: tomoya.kimura <[email protected]>
* [obstacle_cruise_planner] replace acceleration calculation

Signed-off-by: Takamasa Horibe <[email protected]>

* [obstacle_stop_planner] replace acceleration calculation

Signed-off-by: Takamasa Horibe <[email protected]>

* [trajectory_follower] replace acceleration calculation

Signed-off-by: Takamasa Horibe <[email protected]>

* remap topic name in lanuch

Signed-off-by: Takamasa Horibe <[email protected]>

* fix nullptr check

Signed-off-by: Takamasa Horibe <[email protected]>

* fix controller test

Signed-off-by: Takamasa Horibe <[email protected]>

* fix

Signed-off-by: Takamasa Horibe <[email protected]>

Signed-off-by: Takamasa Horibe <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2022

Codecov Report

Base: 10.79% // Head: 10.45% // Decreases project coverage by -0.33% ⚠️

Coverage data is based on head (17e16d7) compared to base (b0a2891).
Patch coverage: 3.58% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff               @@
##           tier4/main     #132      +/-   ##
==============================================
- Coverage       10.79%   10.45%   -0.34%     
==============================================
  Files             436      504      +68     
  Lines           42579    47156    +4577     
  Branches        14708    15394     +686     
==============================================
+ Hits             4597     4931     +334     
- Misses          31981    36073    +4092     
- Partials         6001     6152     +151     
Flag Coverage Δ
differential 10.44% <3.58%> (-0.35%) ⬇️
Impacted Files Coverage Δ
...lude/trajectory_follower_nodes/controller_node.hpp 0.00% <ø> (ø)
...ontrol/vehicle_cmd_gate/src/vehicle_cmd_filter.cpp 70.90% <ø> (ø)
...ontrol/vehicle_cmd_gate/src/vehicle_cmd_filter.hpp 87.50% <ø> (ø)
control/vehicle_cmd_gate/src/vehicle_cmd_gate.cpp 0.25% <ø> (ø)
control/vehicle_cmd_gate/src/vehicle_cmd_gate.hpp 0.00% <ø> (ø)
...icle_cmd_gate/test/src/test_vehicle_cmd_filter.cpp 60.86% <ø> (ø)
..._localizer/include/ekf_localizer/ekf_localizer.hpp 0.00% <ø> (ø)
...on/ekf_localizer/include/ekf_localizer/numeric.hpp 0.00% <0.00%> (ø)
localization/ekf_localizer/src/ekf_localizer.cpp 0.00% <0.00%> (ø)
...c/lanelet2_map_loader/lanelet2_map_loader_node.cpp 0.00% <0.00%> (ø)
... and 279 more

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

awf-autoware-bot bot and others added 3 commits September 21, 2022 18:44
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
…utowarefoundation#1786)

* fix(behavior_path_planner): lane change ego and target polygon pose

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* reduce lane changing duration

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

* refactor(behavior_path_planner): lane change refactoring

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>

Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Co-authored-by: Fumiya Watanabe <[email protected]>
awf-autoware-bot bot and others added 10 commits September 22, 2022 09:56
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: kenji-miyake <[email protected]>
…on#1908)

* refactor(perception_utils): add label util function

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

* fix hpp define

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

* Update common/perception_utils/include/perception_utils/object_classification.hpp

Co-authored-by: Kenji Miyake <[email protected]>

* fix isVehicle function

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

* add CarLikeVehicle function

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

Signed-off-by: scepter914 <[email protected]>
Co-authored-by: Kenji Miyake <[email protected]>
)

Signed-off-by: Takayuki Murooka <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
…utowarefoundation#1945)

fix inconsitent sign of braking command

Signed-off-by: Grzegorz Głowacki <Grzegorz Głowacki [email protected]>

Signed-off-by: Grzegorz Głowacki <Grzegorz Głowacki [email protected]>
…undation#1706)

* add basic planning api interface

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

* add clean function

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

* add publish empty steering factor

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

* add publish lanechange steering factor

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

* add pull out

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

* add pull over

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

* add intersection

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

* manually add steering factor to prevent conflict

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

* ci(pre-commit): autofix

* feat(rtc_interface): add_finish_distance

Signed-off-by: Fumiya Watanabe <[email protected]>

* use updated distance

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

* ci(pre-commit): autofix

* fix cpplint

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

* add avoidance

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

* ci(pre-commit): autofix

* fix avoidance

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

* fix avoidance pubish

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

* clean up lane change

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

* fix pull out

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

* clean up

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

* remove over commit

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

* add back pull out

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

* ci(pre-commit): autofix

* add sterring api for intersect

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

* fix pull out

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

* add commend

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

* get intersection distance

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

* add trying status for intersection

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

* change to steering_factor_interface

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

* change to unique_ptr

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

* fix pose and distance array to 2

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

* change to array

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

* make member variable private and add public function to get the variable

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

* ci(pre-commit): autofix

* change to use modified_goal_pose_ instead of getRefinedGoal()

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

* add straight direction, fix pull over and pull out error

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

* Update planning/behavior_path_planner/src/scene_module/pull_over/pull_over_module.cpp

change to get the signal from getTurnInfo()

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

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

* Update planning/behavior_path_planner/src/scene_module/lane_change/lane_change_module.cpp

encapsulated direction variable in lane change

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

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

* Update planning/behavior_path_planner/src/scene_module/lane_change/lane_change_module.cpp

encapsulated direction variable in lane change

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

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

* encapsulated direction variable

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

* functionalize steering factor for intersection

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

* change to use autoware_adapi_v1_msgs

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

* change topic naming

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

Signed-off-by: tkhmy <[email protected]>
Signed-off-by: khtan <[email protected]>
Signed-off-by: Fumiya Watanabe <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Fumiya Watanabe <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Zulfaqar Azmi <[email protected]>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 484fee2 into tier4/main Sep 26, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch September 26, 2022 02:25
tkimura4 pushed a commit that referenced this pull request Oct 24, 2022
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.