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(obstacle_cruise_planner): add slow down debug info #3498

Merged
merged 2 commits into from
Apr 22, 2023

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Apr 22, 2023

Description

Added debug info of slow down feature in obstacle_cruise_planner

Tests performed

planning simulator worked well

Effects on system behavior

No change

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.

  • There are no open discussions or they are tracked via tickets.

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

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Apr 22, 2023
Signed-off-by: Takayuki Murooka <[email protected]>
@takayuki5168 takayuki5168 marked this pull request as ready for review April 22, 2023 04:43
@takayuki5168 takayuki5168 requested review from purewater0901 and a team as code owners April 22, 2023 04:43
@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Patch coverage: 8.33% and project coverage change: -0.01 ⚠️

Comparison is base (27fa619) 13.80% compared to head (71d2e35) 13.80%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3498      +/-   ##
==========================================
- Coverage   13.80%   13.80%   -0.01%     
==========================================
  Files        1391     1391              
  Lines       97408    97419      +11     
  Branches    28829    28839      +10     
==========================================
+ Hits        13451    13452       +1     
- Misses      69501    69506       +5     
- Partials    14456    14461       +5     
Flag Coverage Δ *Carryforward flag
differential 8.78% <8.33%> (?)
total 13.80% <ø> (+<0.01%) ⬆️ Carriedforward from 27fa619

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...lude/obstacle_cruise_planner/planner_interface.hpp 19.23% <0.00%> (-0.77%) ⬇️
planning/obstacle_cruise_planner/src/node.cpp 13.27% <0.00%> (-0.07%) ⬇️
.../obstacle_cruise_planner/src/planner_interface.cpp 11.61% <16.66%> (+0.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@purewater0901 purewater0901 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takayuki5168 takayuki5168 merged commit d04e65d into autowarefoundation:main Apr 22, 2023
@takayuki5168 takayuki5168 deleted the feat/slow-down-info branch April 22, 2023 14:31
Mingyu1991 pushed a commit to Mingyu1991/autoware.universe that referenced this pull request Jun 26, 2023
…dation#3498)

* feat(obstacle_cruise_planner): add slow down debug info

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

* remove unnecessary file

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Mingyu Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants