-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: sync upstream #147
Conversation
…warefoundation#2030) Signed-off-by: scepter914 <[email protected]> Signed-off-by: scepter914 <[email protected]>
…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 ReportBase: 11.74% // Head: 11.71% // Decreases project coverage by
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
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. |
* 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]>
…on#2050) Signed-off-by: yutaka <[email protected]> Signed-off-by: yutaka <[email protected]>
…n#2051) Signed-off-by: yutaka <[email protected]> Signed-off-by: yutaka <[email protected]>
…refoundation#1982) Signed-off-by: Daisuke Nishimatsu <[email protected]> Signed-off-by: Daisuke Nishimatsu <[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]>
…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]>
* 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]>
…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]>
…utowarefoundation#2119) Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Signed-off-by: Muhammad Zulfaqar Azmi <[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]>
…arefoundation#2123) Signed-off-by: ito-san <[email protected]> Signed-off-by: ito-san <[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]>
…er (autowarefoundation#2091) Signed-off-by: tanaka3 <[email protected]> Signed-off-by: tanaka3 <[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]>
* add container argument * load composable node to pointcloud_container * fix autoware_launch * enable multi-thread * improve readability
…tier4#147) Signed-off-by: Kenji Miyake <[email protected]>
Features
Bug Fixes
Documentation
Code Refactoring
Tests
Chores