perfectly-balanced / PathBench

Benchmarking Platform for Classic and Learned Path Planning Algorithms.
Other
91 stars 18 forks source link

Fully functional 2D ROS real-time extension #62

Closed judicaelclair closed 3 years ago

judicaelclair commented 3 years ago

Fully implemented the 2D ROS real-time extension. Only thing remaining is to implement extended walls in OccupancyGridMap, but this is not a ROS-related issue.

codecov-io commented 3 years ago

Codecov Report

Merging #62 (7f08b3c) into master (d4a4a90) will decrease coverage by 0.04%. The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   82.50%   82.46%   -0.05%     
==========================================
  Files          67       68       +1     
  Lines        3316     3331      +15     
==========================================
+ Hits         2736     2747      +11     
- Misses        580      584       +4     
Impacted Files Coverage Δ
src/simulator/services/services.py 49.16% <16.66%> (-1.27%) :arrow_down:
src/structures/point.py 79.45% <55.55%> (ø)
src/utility/process.py 87.50% <87.50%> (ø)
tests/test_graphics/common.py 91.42% <100.00%> (+0.08%) :arrow_up:
tests/utils.py 82.85% <100.00%> (+0.85%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d4a4a90...7f08b3c. Read the comment docs.