Skip to content
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
merged 6 commits into from
Sep 14, 2022

Conversation

taikitanaka3
Copy link

Description

add planning debug tools

Related links

Tests performed

by psim and rosbag

Notes for reviewers

colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache --symlink-install --continue-on-error --packages-select planning_debug_tools
Starting >>> planning_debug_tools
Finished <<< planning_debug_tools [10.1s]                     

Summary: 1 package finished [10.9s]

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@taikitanaka3 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 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 taikitanaka3 changed the title feat(plannning_debug_tools):add planning debug tools feat(plannning_debug_tools): add planning debug tools Sep 14, 2022
@taikitanaka3 taikitanaka3 changed the title feat(plannning_debug_tools): add planning debug tools feat(planning_debug_tools): add planning debug tools Sep 14, 2022
Copy link
Collaborator

@tkimura4 tkimura4 left a 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?

TakaHoribe and others added 6 commits September 14, 2022 12:21
* add planning_debug_tools and trajectory_analyzer implementation

Signed-off-by: Takamasa Horibe <[email protected]>

* precommit

Signed-off-by: Takamasa Horibe <[email protected]>

* change output topic name

Signed-off-by: Takamasa Horibe <[email protected]>

* precommit

Signed-off-by: Takamasa Horibe <[email protected]>

* add missing depend

Signed-off-by: Takamasa Horibe <[email protected]>

* ci(pre-commit): autofix

* update

Signed-off-by: Takamasa Horibe <[email protected]>

* move smoother tools to debug_tools

Signed-off-by: Takamasa Horibe <[email protected]>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…arefoundation#1613)

* feat(planning_debug_tools): add readme and add yaw to analyzer

Signed-off-by: tanaka3 <[email protected]>

* chore: remove verbose

Signed-off-by: tanaka3 <[email protected]>

* update docs

Signed-off-by: Takamasa Horibe <[email protected]>

* fix precommit

Signed-off-by: Takamasa Horibe <[email protected]>

Signed-off-by: tanaka3 <[email protected]>
Signed-off-by: Takamasa Horibe <[email protected]>
Co-authored-by: Takamasa Horibe <[email protected]>
Signed-off-by: tanaka3 <[email protected]>
…ation#1847)

* feat(planning_debug_tools): add stop reason visualizer

Signed-off-by: tanaka3 <[email protected]>

* chore : minor change

Signed-off-by: tanaka3 <[email protected]>

* fix: pre-commit

Signed-off-by: tanaka3 <[email protected]>

* feat: add stop reason text

Signed-off-by: tanaka3 <[email protected]>

* chore: add stop text

Signed-off-by: tanaka3 <[email protected]>

* doc : add readme

Signed-off-by: tanaka3 <[email protected]>

* doc: fix indent

Signed-off-by: tanaka3 <[email protected]>

Signed-off-by: tanaka3 <[email protected]>
…1415)

* feat(tier4_autoware_utils): add time argument in appendMarkerArray

Signed-off-by: Takayuki Murooka <[email protected]>

* add default argument

Signed-off-by: Takayuki Murooka <[email protected]>
@taikitanaka3 taikitanaka3 force-pushed the feat/add_planning_debug_tool_beta/v0.5.2 branch from d9dce84 to f9a325e Compare September 14, 2022 03:21
@taikitanaka3 taikitanaka3 enabled auto-merge (squash) September 14, 2022 03:21
@taikitanaka3 taikitanaka3 merged commit 6d83e41 into beta/v0.5.2 Sep 14, 2022
@taikitanaka3 taikitanaka3 deleted the feat/add_planning_debug_tool_beta/v0.5.2 branch September 14, 2022 03:23
Copy link
Collaborator

@shmpwk shmpwk left a 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 <[email protected]>

* Merge pull request #384 from tier4/feature/no_stopping_area

Feature/no stopping area

Signed-off-by: Kenji Miyake <[email protected]>

Co-authored-by: Daisuke Nishimatsu <[email protected]>
Co-authored-by: taikitanaka3 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants