-
Notifications
You must be signed in to change notification settings - Fork 683
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
fix(radar_object_tracker): fix duplicateBranch warning #7697
Conversation
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7697 +/- ##
==========================================
- Coverage 14.84% 1.22% -13.63%
==========================================
Files 1999 77 -1922
Lines 139163 4405 -134758
Branches 43716 407 -43309
==========================================
- Hits 20661 54 -20607
+ Misses 95731 4330 -91401
+ Partials 22771 21 -22750
☔ View full report in Codecov by Sentry. |
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!
It should be fine to remove the comment-out part.
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
…ation#7697) * fix(radar_object_tracker): fix duplicateBranch warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete comments Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Signed-off-by: Simon Eisenmann <simon.eisenmann@driveblocks.ai>
…ation#7697) * fix(radar_object_tracker): fix duplicateBranch warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete comments Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
…ation#7697) * fix(radar_object_tracker): fix duplicateBranch warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete comments Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
…ation#7697) * fix(radar_object_tracker): fix duplicateBranch warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete comments Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
* fix(radar_object_tracker): fix duplicateBranch warning Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * delete comments Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
Description
This is a fix based on cppcheck
duplicateBranch
warningRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.