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 <satoshi.ota928@gmail.com> * refactor(avoidance): remove unused param Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…ion (#630) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* Added a new parameter "n_startup_trials" Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> * Changed default `n_startup_trials` to 20 Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp> --------- Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
…628) * feat(autoware_launch): add yield_stuck.distance_thr in intersection Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * use turn_direction Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update param Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
* add duplicated_node_checker Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> * add arguments for duplicated node checker, required by new PR on the universe Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> * fix type Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> * add config inside launch Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> * style(pre-commit): autofix * the default should be set to 10 Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> --------- Signed-off-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> Co-authored-by: Owen-Liuyuxuan <uken.ryu@tier4.jp> 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 <mamoru.sobue@tier4.jp> * tuning Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* add tracking object merger paramters Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix typo Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…632) * Modify parameters for curvature based dynamic drivable area expansion Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add parameter to enable/disable printing the runtime Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Add smoothing.extra_arc_length param Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…e time (#637) enable to control lateral path convergence time Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
* disable duplicated_node_checker Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * enable duplicated_node_checker Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
add duplicated node names to msg Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
… false positive (#647) * feat(behavior_velocity_run_out): ignore momentary detection caused by false positive Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> 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 <shunsuke.miura@tier4.jp> * add sensing debug topics Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * change color of dbt to orange Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
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