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

Merged
merged 55 commits into from
Oct 20, 2022
Merged

chore: sync upstream #147

merged 55 commits into from
Oct 20, 2022

Conversation

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

@tier4-autoware-public-bot tier4-autoware-public-bot bot commented Oct 12, 2022

Features

Bug Fixes

Documentation

Code Refactoring

Tests

Chores

scepter914 and others added 3 commits October 11, 2022 12:18
…oundation#2036)

* feat(behavior_path_planner): pull_over lateral goal search

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

* fix werror of humble

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

Signed-off-by: kosuke55 <[email protected]>
…towarefoundation#2043)

feat(behavior_path_planner): change shift point to shift line

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

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

codecov-commenter commented Oct 12, 2022

Codecov Report

Base: 11.74% // Head: 11.71% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (5d11abd) compared to base (88e9324).
Patch coverage: 15.01% of modified lines in pull request are covered.

Additional details and impacted files
@@              Coverage Diff               @@
##           tier4/main     #147      +/-   ##
==============================================
- Coverage       11.74%   11.71%   -0.03%     
==============================================
  Files             719      559     -160     
  Lines           58923    50281    -8642     
  Branches        17745    16395    -1350     
==============================================
- Hits             6919     5890    -1029     
+ Misses          43758    37596    -6162     
+ Partials         8246     6795    -1451     
Flag Coverage Δ
differential 11.71% <15.01%> (-0.01%) ⬇️
Impacted Files Coverage Δ
...include/object_detection/object_polygon_detail.hpp 0.00% <ø> (ø)
...e/object_detection/object_polygon_display_base.hpp 0.00% <0.00%> (ø)
...ude/object_detection/predicted_objects_display.hpp 0.00% <ø> (ø)
...gin/src/object_detection/object_polygon_detail.cpp 0.00% <0.00%> (ø)
...src/object_detection/predicted_objects_display.cpp 0.00% <0.00%> (ø)
...n/src/object_detection/tracked_objects_display.cpp 0.00% <0.00%> (ø)
common/motion_utils/src/marker/marker_helper.cpp 0.00% <0.00%> (ø)
...nterface/include/osqp_interface/osqp_interface.hpp 0.00% <ø> (ø)
...include/perception_utils/object_classification.hpp 0.00% <0.00%> (-100.00%) ⬇️
...z_plugin/float32_multi_array_stamped_pie_chart.hpp 0.00% <0.00%> (ø)
... and 583 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.

isamu-takagi and others added 10 commits October 12, 2022 11:34
* feat(autoware_ad_api_specs): define motion interface

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(vehicle_cmd_gate)!: support ad api

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: add error code

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: move adapi messages

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: rename start request

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(component_interface_utils): apply message change

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: change message type

Signed-off-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takagi, Isamu <[email protected]>
Co-authored-by: Takamasa Horibe <[email protected]>
…fic light arrow (autowarefoundation#2011)

* (1) renamed to getDetectionLanelets (2) use detection_areas for generateStopLine (3) do not generate detection area if straight and has_traffic_light

Signed-off-by: Mamoru Sobue <[email protected]>

* added isTrafficArrowAcitivated

Signed-off-by: Mamoru Sobue <[email protected]>

* checked isTrafficLightArrowActivated()

Signed-off-by: Mamoru Sobue <[email protected]>

* do not get preciding lane if tl_arrow_solid_on

Signed-off-by: Mamoru Sobue <[email protected]>

Signed-off-by: Mamoru Sobue <[email protected]>
)

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

Signed-off-by: Takayuki Murooka <[email protected]>
…velocity limit calculation (autowarefoundation#2033)

* fix(motion_velocity_smoother): removed unnecessary info for external velocity limit calculation

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

* add TODO

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

* Update planning/motion_velocity_smoother/src/motion_velocity_smoother_node.cpp

Signed-off-by: Takayuki Murooka <[email protected]>
Co-authored-by: Fumiya Watanabe <[email protected]>
…covariances (autowarefoundation#2018)

* Add functions to compute the pose and twist covariances
Signed-off-by: IshitaTakeshi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…oundation#2022)

* feat(component_interface_utils): change client log

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(component_interface_utils): change server log

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(component_interface_utils): add interface

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: add console log

Signed-off-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takagi, Isamu <[email protected]>
takayuki5168 and others added 4 commits October 18, 2022 11:48
…og (autowarefoundation#2076)

* refactor(osqp_interface, motion_velocity_smoother): unsolved status log

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

* Update common/osqp_interface/src/osqp_interface.cpp

Co-authored-by: Maxime CLEMENT <[email protected]>

Signed-off-by: Takayuki Murooka <[email protected]>
Co-authored-by: Maxime CLEMENT <[email protected]>
…e detection (autowarefoundation#1925)

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Co-authored-by: Yusuke Muramatsu <[email protected]>
…ndation#2096)

* feat(behavior_path_planner): upadte turn signal document

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

* update

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

* change

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

* change

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

* add shift lenght threshold

Signed-off-by: yutaka <[email protected]>
* refactor: dump and load rosbag for plotting

Signed-off-by: Hirokazu Ishida <[email protected]>

* refactor: automatically detect bag file

Signed-off-by: Hirokazu Ishida <[email protected]>

* refactor: reedsshepp

Signed-off-by: Hirokazu Ishida <[email protected]>

* refactor: astar search

Signed-off-by: Hirokazu Ishida <[email protected]>

* refactor: abstract algprithms

Signed-off-by: Hirokazu Ishida <[email protected]>

* Add rrtstar_core

Signed-off-by: Hirokazu Ishida <[email protected]>

* Add rrtstar as subclass of AbstractPlanningAlgorithms

Signed-off-by: Hirokazu Ishida <[email protected]>

* Update freespace_planner

Signed-off-by: Hirokazu Ishida <[email protected]>

* Update planning test

Signed-off-by: Hirokazu Ishida <[email protected]>

* Update informed rrt test

Signed-off-by: Hirokazu Ishida <[email protected]>

* Rename c2p -> child2parent

Signed-off-by: Hirokazu Ishida <[email protected]>

* Update test and fix bug

Signed-off-by: Hirokazu Ishida <[email protected]>

* Refactor: change names

Signed-off-by: Hirokazu Ishida <[email protected]>

* Update test for rrtstar

Signed-off-by: Hirokazu Ishida <[email protected]>

* Refactor: use pointers to express tree

Signed-off-by: Hirokazu Ishida <[email protected]>

* Add branch and bound algorithm

Signed-off-by: Hirokazu Ishida <[email protected]>

* Fix: sampling resolution of solution path is fixed

Signed-off-by: Hirokazu Ishida <[email protected]>

* Remove infomred rrtstar fastest test (same as rrtstar fastest)

Signed-off-by: Hirokazu Ishida <[email protected]>

* fix: change definition of update time

Signed-off-by: Hirokazu Ishida <[email protected]>

* [fp] Update node parameters

Signed-off-by: Hirokazu Ishida <[email protected]>

* Refactor debug_plot.py (call image magic convert)

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

* [fp] Update readme

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

* [fpa] Update readme

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

* [fpa] Save rrtstar_core debug image

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

* [fpa] Fix test to suppress compile warning after rebaseing to awf/main

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

* No need to have planner specific param as a member

Signed-off-by: Hirokazu ishida <[email protected]>

* Node doesn't have to have planner common param as member also

Signed-off-by: Hirokazu ishida <[email protected]>

* Add note on informed rrtstar implementation

Signed-off-by: Hirokazu ishida <[email protected]>

* Initialize algorithm using node

Signed-off-by: Hirokazu ishida <[email protected]>

Signed-off-by: Hirokazu Ishida <[email protected]>
Signed-off-by: HiroIshida <[email protected]>
Signed-off-by: Hirokazu ishida <[email protected]>
Co-authored-by: Takamasa Horibe <[email protected]>
isamu-takagi and others added 6 commits October 19, 2022 16:08
* feat(mission_planner): support ad api

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: build error

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: error message

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: plugin name

Signed-off-by: Takagi, Isamu <[email protected]>

* docs: update readme

Signed-off-by: Takagi, Isamu <[email protected]>

* feat(autoware_ad_api_msgs): define routing interface

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: rename route body message

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: apply message change

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: copyright

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: minimize diff

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: style

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: fix routing adaptor node name in launch file

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: style

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: change message type

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: change message type

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: fix class

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: remove unused function

Signed-off-by: Takagi, Isamu <[email protected]>

* feat: change message type

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: fix build error

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: ignore cpplint false positive

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: fix status copy

Signed-off-by: Takagi, Isamu <[email protected]>

* Revert "refactor(mission_planner): node refactoring (autowarefoundation#1940)"

This reverts commit d75ea6e.

* feat: use kinematic state

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: const

Signed-off-by: Takagi, Isamu <[email protected]>

* fix: init and var name

Signed-off-by: Takagi, Isamu <[email protected]>

Signed-off-by: Takagi, Isamu <[email protected]>
…#1880)

ModelZoo artifacts changed from a single archive to one archive per
model/backend combination. It allows users to only download needed
archives, but prevents keeping the current design.

Change from all models being handled by the "neural_networks_provider"
package to models being downloaded by packages that need them.

Leverage the newly added versioning of the prebuilt models.

Fix the NN check of the "nodes" package.

Issue-Id: SCM-3999
Signed-off-by: Ambroise Vincent <[email protected]>
Change-Id: I1df9007f5bf446a8b50e38c4fd98e9e3a8d2550f

Signed-off-by: Ambroise Vincent <[email protected]>
Co-authored-by: Xinyu Wang <[email protected]>
Signed-off-by: GitHub <[email protected]>

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

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

Signed-off-by: Takayuki Murooka <[email protected]>
badai-nguyen and others added 11 commits October 20, 2022 10:01
…utowarefoundation#2117)

fix: correct initial condition of ground grid

Signed-off-by: badai-nguyen <[email protected]>

Signed-off-by: badai-nguyen <[email protected]>
…on (autowarefoundation#1873)

* update only pose_initializer

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

* now NDT and EKF stops while pose initialization

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

* ci(pre-commit): autofix

* minor fix

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

* ci(pre-commit): autofix

* reverted unnecessary change in pose_initializer.launch.xml

* !work in progress

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

* ci(pre-commit): autofix

* use SetBool

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

* ci(pre-commit): autofix

* use SetBool. This commit works fine

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

* removed unnecessary change

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

* ci(pre-commit): autofix

* fix for humble build

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

* added mutex for initial pose

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

* camelCase to snake_case

* return from callback_sensor_points when deactivated

* returns subscribers between NDT&EKF when deactivated

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

* ndt_scan_matcher: Initializing state when deactivated

Signed-off-by: kminoda <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
… the other packages (autowarefoundation#2093)

* refactor: add FilterTargetLabel to utils

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

* refactor: apply isCarLikeVehicle()

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

* refactor: apply tier4_autoware_tuils::toPolygon2d()

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

* refactor: update misc

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

* refactor: replace useless variable with function

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

* refactor: update to loop elements of polygon with index

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

* refactor: update to divide validation function into a method

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

Signed-off-by: ktro2828 <[email protected]>
* [simple_planning_simulator] replace T4 ControlMode msg too auto_msg

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

* [operation_mode_transition_manager] replace T4 ControlMode msg too auto_msg

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

Signed-off-by: Takamasa Horibe <[email protected]>
…refoundation#2121)

refactor(planning_debug_tools): rename wlid with with_lane_id

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
* chore: fix typos

Signed-off-by: Kenji Miyake <[email protected]>

* Update README.md

* Update control/trajectory_follower/include/trajectory_follower/mpc.hpp

Co-authored-by: Shumpei Wakabayashi <[email protected]>

* fix typo

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
Co-authored-by: Shumpei Wakabayashi <[email protected]>
* fix(mpc): bilinear discretization

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

* fix(mpc): bilinear discretization no delay model

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

* fix for Cd

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

Signed-off-by: Takamasa Horibe <[email protected]>
* feat(mpc): update target steering rate calculation method

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

* update

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

Signed-off-by: Takamasa Horibe <[email protected]>
@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit 8d5d54f into tier4/main Oct 20, 2022
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch October 20, 2022 23:28
tkimura4 pushed a commit that referenced this pull request Oct 24, 2022
* add container argument

* load composable node to pointcloud_container

* fix autoware_launch

* enable multi-thread

* improve readability
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Feb 7, 2024
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.