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

fix(freespace_planning_algorithms): fix issue of astar search planner not reaching goal pose #6562

Merged

fix(freespace_planning_algorithms): fix issue of freespace planner no…

c24d609
Select commit
Loading
Failed to load commit list.
Merged

fix(freespace_planning_algorithms): fix issue of astar search planner not reaching goal pose #6562

fix(freespace_planning_algorithms): fix issue of freespace planner no…
c24d609
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 21, 2024 in 0s

15.15% (-0.05%) compared to 56ad4b4

View this Pull Request on Codecov

15.15% (-0.05%) compared to 56ad4b4

Details

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 15.15%. Comparing base (56ad4b4) to head (c24d609).
Report is 97 commits behind head on main.

Files Patch % Lines
...freespace_planning_algorithms/src/astar_search.cpp 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6562      +/-   ##
==========================================
- Coverage   15.20%   15.15%   -0.05%     
==========================================
  Files        1851     1851              
  Lines      128434   130287    +1853     
  Branches    39228    40141     +913     
==========================================
+ Hits        19522    19742     +220     
- Misses      87122    88531    +1409     
- Partials    21790    22014     +224     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.