forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
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 awf/autoware_launch #249
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
* feat(avoidance): check if the avoidance path is in drivable area Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): remove unused param Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ion (#630) Signed-off-by: Mamoru Sobue <[email protected]>
* Added a new parameter "n_startup_trials" Signed-off-by: Shintaro Sakoda <[email protected]> * Changed default `n_startup_trials` to 20 Signed-off-by: Shintaro Sakoda <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]>
…628) * feat(autoware_launch): add yield_stuck.distance_thr in intersection Signed-off-by: Takayuki Murooka <[email protected]> * use turn_direction Signed-off-by: Takayuki Murooka <[email protected]> * update param Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
* add duplicated_node_checker Signed-off-by: Owen-Liuyuxuan <[email protected]> * add arguments for duplicated node checker, required by new PR on the universe Signed-off-by: Owen-Liuyuxuan <[email protected]> * fix type Signed-off-by: Owen-Liuyuxuan <[email protected]> * add config inside launch Signed-off-by: Owen-Liuyuxuan <[email protected]> * style(pre-commit): autofix * the default should be set to 10 Signed-off-by: Owen-Liuyuxuan <[email protected]> --------- Signed-off-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: Owen-Liuyuxuan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
#635) * feat(intersection): ignore decelerating vehicle on amber traffic light Signed-off-by: Mamoru Sobue <[email protected]> * tuning Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
* add tracking object merger paramters Signed-off-by: yoshiri <[email protected]> * fix typo Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…632) * Modify parameters for curvature based dynamic drivable area expansion Signed-off-by: Maxime CLEMENT <[email protected]> * Add parameter to enable/disable printing the runtime Signed-off-by: Maxime CLEMENT <[email protected]> * Add smoothing.extra_arc_length param Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: Maxime CLEMENT <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…e time (#637) enable to control lateral path convergence time Signed-off-by: yoshiri <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
* disable duplicated_node_checker Signed-off-by: kyoichi-sugahara <[email protected]> * enable duplicated_node_checker Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
add duplicated node names to msg Signed-off-by: kyoichi-sugahara <[email protected]>
… false positive (#647) * feat(behavior_velocity_run_out): ignore momentary detection caused by false positive Signed-off-by: Tomohito Ando <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Tomohito Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* add perception debug topics Signed-off-by: Shunsuke Miura <[email protected]> * add sensing debug topics Signed-off-by: Shunsuke Miura <[email protected]> * change color of dbt to orange Signed-off-by: Shunsuke Miura <[email protected]> --------- Signed-off-by: Shunsuke Miura <[email protected]>
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
Performance Improvements
Chores