-
Notifications
You must be signed in to change notification settings - Fork 295
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
feat(autoware_launch): enable pose initialization while running (only for sim) #243
Merged
kminoda
merged 9 commits into
autowarefoundation:main
from
kminoda:feat/enable_pose_initialization_while_running_for_sim
Mar 14, 2023
Merged
feat(autoware_launch): enable pose initialization while running (only for sim) #243
kminoda
merged 9 commits into
autowarefoundation:main
from
kminoda:feat/enable_pose_initialization_while_running_for_sim
Mar 14, 2023
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
… for sim) Signed-off-by: kminoda <koji.minoda@tier4.jp>
kminoda
changed the title
feat(autoware_launch): enable pose initialization while running (only…
feat(autoware_launch): enable pose initialization while running (only for sim)
Mar 9, 2023
7 tasks
taikitanaka3
approved these changes
Mar 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I leave autoware.universe's review to localization team.
LGTM
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
autoware_launch/config/localization/pose_initializer.logging_simulator.param.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
soblin
pushed a commit
to soblin/autoware_launch
that referenced
this pull request
Mar 14, 2023
… for sim) (autowarefoundation#243) * feat(autoware_launch): enable pose initialization while running (only for sim) Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * update localization param Signed-off-by: kminoda <koji.minoda@tier4.jp> * both logsim and psim params Signed-off-by: kminoda <koji.minoda@tier4.jp> * only one pose_initializer_param_path arg Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * use two param files for pose_initializer Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix * debug Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This was referenced Mar 14, 2023
kenji-miyake
referenced
this pull request
in tier4/autoware_launch
Mar 21, 2023
* fix(multi_object_tracker): data association parameter Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware_launch
that referenced
this pull request
Mar 23, 2023
…tion#243) * fix(multi_object_tracker): data association parameter Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware_launch
that referenced
this pull request
Mar 23, 2023
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
badai-nguyen
pushed a commit
to badai-nguyen/autoware_launch
that referenced
this pull request
Oct 31, 2023
* add plotjuggler into docker image Signed-off-by: Berkay <berkay@leodrive.ai> * ci(pre-commit): autofix * updated ansible playbooks and readme files Signed-off-by: Berkay <berkay@leodrive.ai> * update universe.yaml Signed-off-by: Berkay <berkay@leodrive.ai> Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Dec 5, 2023
chore: sync awf/autoware_launch
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.
Description
Please see autowarefoundation/autoware.universe#3038
Related links
Tests performed
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.