forked from autowarefoundation/autoware.universe
-
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 #42
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eriod parameter (#763) * perf(trajectory_follower_nodes): change longitudinal control to use period parameter Signed-off-by: Shark Liu <[email protected]> * perf(trajectory_follower_nodes): remove duplicate ros parameters in 'control.launch.py' Signed-off-by: Shark Liu <[email protected]> * doc(trajectory_follower_nodes): update design doc according to code update Signed-off-by: Shark Liu <[email protected]> * ci(pre-commit): autofix Co-authored-by: Shark Liu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
Signed-off-by: tomoya.kimura <[email protected]>
…769) Signed-off-by: Takayuki Murooka <[email protected]>
* feat(default_ad_api): add interface version Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): add http server Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): add message readme Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): modify message readme Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): fix message type Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): fix message type Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): remove unused message Signed-off-by: Takagi, Isamu <[email protected]> * feat(component_interface_utils): use full path Signed-off-by: Takagi, Isamu <[email protected]> * feat(component_interface_utils): rename package Signed-off-by: Takagi, Isamu <[email protected]> * feat(autoware_ad_api_msgs): remove unused message Signed-off-by: Takagi, Isamu <[email protected]> * feat(component_interface_utils): add readme and comments Signed-off-by: Takagi, Isamu <[email protected]> * feat(default_ad_api): fix api name Signed-off-by: Takagi, Isamu <[email protected]> * Update common/autoware_ad_api_msgs/README.md Co-authored-by: Kenji Miyake <[email protected]> * add test Signed-off-by: Takagi, Isamu <[email protected]> * fix server name Signed-off-by: Takagi, Isamu <[email protected]> * Add comment Signed-off-by: Takagi, Isamu <[email protected]> * fix typo * rename version api * Update system/default_ad_api/package.xml Co-authored-by: Kenji Miyake <[email protected]> * Update common/component_interface_utils/include/component_interface_utils/rclcpp/create_interface.hpp Co-authored-by: Kenji Miyake <[email protected]> * Update system/default_ad_api/launch/default_ad_api.launch.py Co-authored-by: Kenji Miyake <[email protected]> * Fix for renaming web server script * Fix test script for readability * Fix test script for readability * Add comment Co-authored-by: Kenji Miyake <[email protected]>
Codecov Report
@@ Coverage Diff @@
## tier4/main #42 +/- ##
==============================================
+ Coverage 5.30% 10.44% +5.14%
==============================================
Files 92 753 +661
Lines 6917 52625 +45708
Branches 663 6843 +6180
==============================================
+ Hits 367 5498 +5131
- Misses 6298 42622 +36324
- Partials 252 4505 +4253
Continue to review full report at Codecov.
|
…#764) * chore(behavior_velocity): add system delay parameter and minor update Signed-off-by: tanaka3 <[email protected]> * doc(behavior_velocity): add system delay discription Signed-off-by: tanaka3 <[email protected]>
…818) this is happens whenever intersection is involved. Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
…#728) * fix(behavior_path_planner): fix the condition of turn signal lighting Signed-off-by: k-obitsu <[email protected]> * fix(behavior_path_planner): fix the condition of turn signal lighting Signed-off-by: k-obitsu <[email protected]> * ci(pre-commit): autofix * Update planning/behavior_path_planner/src/turn_signal_decider.cpp Co-authored-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]>
…807) * feat(obstacle_avoidance_planner): parameterize bounds search widths Signed-off-by: Takayuki Murooka <[email protected]> * update bounds search widths Signed-off-by: Takayuki Murooka <[email protected]> * update tier4_planning_launch Signed-off-by: Takayuki Murooka <[email protected]> * Added parameter description of README.md Signed-off-by: Takayuki Murooka <[email protected]>
* feat(map_based_prediction): upgrade yaw difference tolerance Signed-off-by: yutaka <[email protected]> * Update perception/map_based_prediction/src/map_based_prediction_node.cpp Co-authored-by: Yukihiro Saito <[email protected]> * fix format Co-authored-by: Yukihiro Saito <[email protected]>
* fix(pointcloud_preprocessor): modify build error in rolling Signed-off-by: wep21 <[email protected]> * fix(ground_segmentation): modify build error in rolling Signed-off-by: wep21 <[email protected]> * fix(compare_map_segmentation): modify build error in rolling Signed-off-by: wep21 <[email protected]> * fix(occupancy_grid_map_outlier_filter): modify build error in rolling Signed-off-by: wep21 <[email protected]> * fix(euclidean_cluster): modify build error in rolling Signed-off-by: wep21 <[email protected]> * fix(detection_by_tracker): modify build error in rolling Signed-off-by: wep21 <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(component_interface_utils): add USE_DEPRECATED_TO_YAML Signed-off-by: Kenji Miyake <[email protected]> * fix(lidar_apollo_instance_segmentation): add USE_TF2_GEOMETRY_MSGS_DEPRECATED_HEADER Signed-off-by: Kenji Miyake <[email protected]> * add rclcpp_components to package.xml Signed-off-by: Kenji Miyake <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: wep21 <[email protected]>
* feat(behavior_path_planner): debug message for avoidance Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix: make_shared for the pointers Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * chore: pre-commit Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix: remove related DEBUG_PRINT Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * chore: naming, add debug to the variable name This is so that people can infer mutable to debug, therefore reducing the amount of time for debugging other things Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix: object id is written as string instead of uint8x16 Also fix getUuidStr function to reflect the actual hex value. the function is moved to avoidance_util as it better served as helper function. Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * chore: fix spelling Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix: display all 32 uuid characters Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * chore: remove unnecessary header Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * feat: support more debug message Note: need further refactoring, due to multiple similar code, plus duplicate printing. Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix mutiplication by introducing global variables Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * header stamp to get the clock Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> * fix: renaming the type to show clearer intent of the type Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]> Co-authored-by: Tomoya Kimura <[email protected]>
* Activate by location Signed-off-by: Hirokazu Ishida <[email protected]> * Fix markdown Signed-off-by: Hirokazu Ishida <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
) this is due to the assignment to pointer without guards in the function Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
* feat(behavior_path): use multi thread Signed-off-by: tomoya.kimura <[email protected]> * fix mutex Signed-off-by: tomoya.kimura <[email protected]> * fix double unlock of mutex Signed-off-by: tomoya.kimura <[email protected]> * fix multi access to planner_data_ Signed-off-by: tomoya.kimura <[email protected]> * rename mutex Signed-off-by: tomoya.kimura <[email protected]> * apply mutex to bt_manager_ Signed-off-by: tomoya.kimura <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…using raymarchig (#527) * Create pointcloud by raycasting from vehicle Signed-off-by: Hirokazu Ishida <[email protected]> * [after-review] Use vector of ObjectInfo Signed-off-by: Hirokazu Ishida <[email protected]> * [after-review] Implemented by strategy pattern Signed-off-by: Hirokazu Ishida <[email protected]> * [after-review] split files Signed-off-by: Hirokazu Ishida <[email protected]> * Use pcl raytracing Tmp Tmp Tmp Signed-off-by: Hirokazu Ishida <[email protected]> * Add signed distance function lib Signed-off-by: Hirokazu Ishida <[email protected]> * Use sdf library Signed-off-by: Hirokazu Ishida <[email protected]> * Remove no longer used functions Signed-off-by: Hirokazu Ishida <[email protected]> * Refactor Signed-off-by: Hirokazu Ishida <[email protected]> * Simplify getPoint Signed-off-by: Hirokazu Ishida <[email protected]> * Raytracing considering inter object relation Signed-off-by: Hirokazu Ishida <[email protected]> * Add random noise Signed-off-by: Hirokazu Ishida <[email protected]> * Default is object centric Signed-off-by: Hirokazu Ishida <[email protected]> * Return if no objects are detected Signed-off-by: Hirokazu Ishida <[email protected]> * Change definition of tf_global_to_local (same as other autoware codes) Signed-off-by: Hirokazu Ishida <[email protected]> * Remove create method Signed-off-by: Hirokazu Ishida <[email protected]> * Reaname: VehicleCentric -> EgoCentric Signed-off-by: Hirokazu Ishida <[email protected]> * Refactor a bit Signed-off-by: Hirokazu Ishida <[email protected]> * Tune parameter Signed-off-by: Hirokazu Ishida <[email protected]> * Fix: Even if selected_idices is zero, pointclouds must be published Signed-off-by: Hirokazu Ishida <[email protected]> * Fix launch file Signed-off-by: Hirokazu Ishida <[email protected]> * Fix typo Signed-off-by: Hirokazu Ishida <[email protected]> * Fix: create merged pointcloud when no idx is selected Signed-off-by: Hirokazu Ishida <[email protected]> * Use ray-maching by default Signed-off-by: Hirokazu Ishida <[email protected]>
* fix(obstacle_stop_planner): modify undefined symbol Signed-off-by: wep21 <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(behavior_velocity_planner): avoid zero division in pcl Signed-off-by: wep21 <[email protected]> * use empty() Signed-off-by: wep21 <[email protected]>
* docs(autoware_auto_geometry): fix link Signed-off-by: Esteve Fernandez <[email protected]> * Fix spelling Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: GitHub <[email protected]> Co-authored-by: kenji-miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Daisuke Nishimatsu <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
…ROS1 to ROS2 (#458) * feat(lanelet2_map_preprocessor): port lanelet2_map_preprocessor from ROS1 to ROS2 Signed-off-by: mitsudome-r <[email protected]> Signed-off-by: Kenji Miyake <[email protected]> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Daisuke Nishimatsu <[email protected]>
* remove autoware_auto_cmake Signed-off-by: Kenji Miyake <[email protected]> * add build_depend of autoware_cmake Signed-off-by: Kenji Miyake <[email protected]> * use autoware_cmake in CMakeLists.txt Signed-off-by: Kenji Miyake <[email protected]> * fix bugs Signed-off-by: Kenji Miyake <[email protected]> * fix cmake lint errors Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
Signed-off-by: Kenji Miyake <[email protected]>
wep21
approved these changes
May 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
Bug Fixes
Documentation
Styles
Code Refactoring
Performance Improvements
Chores