forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 33
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 tier4/autoware.universe:awf-latest #1695
Closed
Closed
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
…l name to lidar_detection_model_type (autowarefoundation#9624) * feat: update object detection channels in tracking.launch.xml The object detection channels in the `tracking.launch.xml` file have been updated to include the lidar detection model type. Signed-off-by: Taekjin LEE <[email protected]> * feat: support even the validator is not used add variable use_validator to the tracking launch and determine the subscribing channel depends on the use_validator value Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
…e name and map filename parameters (autowarefoundation#9617) * feat: enhance makeMapBinMsg to accept package name and map filename parameters Signed-off-by: kyoichi-sugahara <[email protected]> * feat: set default package name to 'autoware_test_utils' in makeMapBinMsg and related functions Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…utowarefoundation#9611) * feat: Update object detection launch files to include input and output arguments The object detection launch files have been updated to include input and output arguments for better flexibility and modularity. This allows for easier integration with other components and improves the overall performance of the system. ``` Signed-off-by: Taekjin LEE <[email protected]> * feat: Update object detection launch files to include input and output arguments Signed-off-by: Taekjin LEE <[email protected]> * refactor: Update object detection launch files for better readability Signed-off-by: Taekjin LEE <[email protected]> * Update object detection launch files to include clustering output argument Signed-off-by: Taekjin LEE <[email protected]> * fix: pass ns argument to the lidar_rule_detector Signed-off-by: Taekjin LEE <[email protected]> * refactor: make euclidean_cluster not to use use_pointcloud_container and mark explicitly Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
…ion#9526) * fix(lane_change): remove overlapping preceding lanes Signed-off-by: Zulfaqar Azmi <[email protected]> * fix cpp check Signed-off-by: Zulfaqar Azmi <[email protected]> * start searching disconnected lanes directly Signed-off-by: Zulfaqar Azmi <[email protected]> * just remove starting from overlapped found Signed-off-by: Zulfaqar Azmi <[email protected]> * return non reversed lanes Signed-off-by: Zulfaqar Azmi <[email protected]> * fix precommit Signed-off-by: Zulfaqar Azmi <[email protected]> --------- Signed-off-by: Zulfaqar Azmi <[email protected]>
…efoundation#9625) Signed-off-by: Zulfaqar Azmi <[email protected]>
tier4-autoware-public-bot
bot
requested review from
mkquda,
rej55,
kosuke55,
maxime-clem,
satoshi-ota,
shmpwk,
TomohitoAndo,
tkimura4,
zulfaqar-azmi-t4,
kyoichi-sugahara,
TakaHoribe,
miursh,
technolojin,
YoshiRi,
yukkysaito and
soblin
as code owners
December 12, 2024 09:21
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Quality Gate passedIssues Measures |
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.
Bug Fixes
Code Refactoring