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 #258
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(goal_planner): add tiem hysteresis to keep unsafe Signed-off-by: kosuke55 <[email protected]>
Enable safety check feature for start planner Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
…e change (#703) Signed-off-by: Mehmet Dogru <[email protected]>
* feat(goal_planner): safer safety checker Signed-off-by: kosuke55 <[email protected]> fix fix fix fix * disable safety check Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
…locity (#704) Signed-off-by: Tomohito Ando <[email protected]>
…ff (#698) * add parameter for PID integration time threshold Signed-off-by: Daniel Sanchez <[email protected]> * add param to enable or disable low speed error integration Signed-off-by: Daniel Sanchez <[email protected]> --------- Signed-off-by: Daniel Sanchez <[email protected]>
…ce module (#706) Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
feat: disable obstacle avoidance debug marker
Signed-off-by: Takayuki Murooka <[email protected]>
… in intersection (#714) Signed-off-by: satoshi-ota <[email protected]>
…699) Signed-off-by: satoshi-ota <[email protected]>
chore!: remove unused params Signed-off-by: Yuki Takagi <[email protected]>
…718) * add multi_object_tracker node param Signed-off-by: yoshiri <[email protected]> * add additional node parameters for future update * style(pre-commit): autofix * fix default value --------- Signed-off-by: yoshiri <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
refactor(start_planner): refactor debug parameters This commit removes the `verbose` parameter under `start_planner` and introduces a new `debug` section. The newly added `debug` section includes a `print_debug_info` parameter, set to false by default. This change provides a more structured way to handle debugging configurations for the start planner. Signed-off-by: kyoichi-sugahara <[email protected]>
…ut (autowarefoundation#720) Signed-off-by: Tomohito Ando <[email protected]>
fix perception debug topics in Rviz Signed-off-by: Shunsuke Miura <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
tier4-autoware-public-bot
bot
merged commit Dec 6, 2023
70f9daf
into
beta/v0.18.0
12 of 13 checks passed
t4-adc
pushed a commit
that referenced
this pull request
Apr 3, 2024
Signed-off-by: satoshi-ota <[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
Code Refactoring
Chores