forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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(planning_debug_tools): add planning debug tools #120
Merged
taikitanaka3
merged 6 commits into
beta/v0.5.2
from
feat/add_planning_debug_tool_beta/v0.5.2
Sep 14, 2022
Merged
feat(planning_debug_tools): add planning debug tools #120
taikitanaka3
merged 6 commits into
beta/v0.5.2
from
feat/add_planning_debug_tool_beta/v0.5.2
Sep 14, 2022
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
taikitanaka3
changed the title
Feat/add planning debug tool beta/v0.5.2
feat(plannning_debug_tools):add planning debug tool beta/v0.5.2
Sep 14, 2022
taikitanaka3
changed the title
feat(plannning_debug_tools):add planning debug tool beta/v0.5.2
feat(plannning_debug_tools):add planning debug tools
Sep 14, 2022
taikitanaka3
changed the title
feat(plannning_debug_tools):add planning debug tools
feat(plannning_debug_tools): add planning debug tools
Sep 14, 2022
taikitanaka3
changed the title
feat(plannning_debug_tools): add planning debug tools
feat(planning_debug_tools): add planning debug tools
Sep 14, 2022
tkimura4
approved these changes
Sep 14, 2022
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.
LGTM
(TierIV Internal)Could you add its to release note of v0.5.2?
* add planning_debug_tools and trajectory_analyzer implementation Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * precommit Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * change output topic name Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * precommit Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * add missing depend Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * ci(pre-commit): autofix * update Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * move smoother tools to debug_tools Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(planning_debug_tools): add readme and add yaw to analyzer Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore: remove verbose Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * update docs Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix precommit Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: tanaka3 <ttatcoder@outlook.jp> Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
…ation#1847) * feat(planning_debug_tools): add stop reason visualizer Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore : minor change Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * fix: pre-commit Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * feat: add stop reason text Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * chore: add stop text Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * doc : add readme Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * doc: fix indent Signed-off-by: tanaka3 <ttatcoder@outlook.jp> Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
…1415) * feat(tier4_autoware_utils): add time argument in appendMarkerArray Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * add default argument Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
taikitanaka3
force-pushed
the
feat/add_planning_debug_tool_beta/v0.5.2
branch
from
September 14, 2022 03:21
d9dce84
to
f9a325e
Compare
shmpwk
reviewed
Sep 14, 2022
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.
I checked it with humble and it works fine.
tkimura4
added a commit
that referenced
this pull request
Oct 24, 2022
* Disbale intersection polygon marker (#483) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * Merge pull request #384 from tier4/feature/no_stopping_area Feature/no stopping area Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: taikitanaka3 <65527974+taikitanaka3@users.noreply.github.com>
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
add planning debug tools
Related links
Tests performed
by psim and rosbag
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.