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 RRT rewire bug and code clean up #214

Merged
merged 17 commits into from
Aug 3, 2019
Merged

Fix RRT rewire bug and code clean up #214

merged 17 commits into from
Aug 3, 2019

Conversation

AtsushiSakai
Copy link
Owner

@AtsushiSakai AtsushiSakai commented Jul 19, 2019

Fix RRT rewire bug and code clean up #208

@coveralls
Copy link

coveralls commented Jul 20, 2019

Pull Request Test Coverage Report for Build 971

  • 716 of 834 (85.85%) changed or added relevant lines in 20 files are covered.
  • 34 unchanged lines in 6 files lost coverage.
  • Overall coverage increased (+0.6%) to 90.012%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tests/test_grid_based_sweep_coverage_path_planner.py 0 1 0.0%
tests/test_rrt_star.py 0 1 0.0%
PathPlanning/ClosedLoopRRTStar/closed_loop_rrt_star_car.py 31 33 93.94%
PathPlanning/LQRPlanner/LQRplanner.py 52 54 96.3%
tests/test_grid_map_lib.py 23 26 88.46%
PathPlanning/InformedRRTStar/informed_rrt_star.py 69 74 93.24%
PathPlanning/RRT/rrt.py 40 45 88.89%
PathPlanning/RRTStar/rrt_star.py 29 35 82.86%
PathPlanning/BatchInformedRRTStar/batch_informed_rrtstar.py 96 106 90.57%
PathPlanning/RRTDubins/rrt_dubins.py 74 85 87.06%
Files with Coverage Reduction New Missed Lines %
PathPlanning/RRTStarReedsShepp/rrt_star_reeds_shepp.py 1 80.42%
PathPlanning/LQRRRTStar/lqr_rrt_star.py 1 80.3%
PathPlanning/ClosedLoopRRTStar/closed_loop_rrt_star_car.py 2 70.54%
PathPlanning/ClosedLoopRRTStar/pure_pursuit.py 6 93.02%
PathPlanning/BatchInformedRRTStar/batch_informed_rrtstar.py 7 81.41%
SLAM/FastSLAM2/fast_slam2.py 17 89.66%
Totals Coverage Status
Change from base Build 927: 0.6%
Covered Lines: 6669
Relevant Lines: 7409

💛 - Coveralls

@AtsushiSakai AtsushiSakai merged commit 4676cc5 into master Aug 3, 2019
@AtsushiSakai
Copy link
Owner Author

close #214

@AtsushiSakai AtsushiSakai deleted the develop branch August 3, 2019 06:43
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.

None yet

2 participants