MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.94k stars 629 forks source link

New python3 wrapper #1273

Closed jlblancoc closed 1 year ago

jlblancoc commented 1 year ago

Changed apps/libraries

New python3 wrapper

codecov[bot] commented 1 year ago

Codecov Report

Merging #1273 (bac6794) into develop (4fee134) will increase coverage by 0.01%. The diff coverage is 50.00%.

:exclamation: Current head bac6794 differs from pull request most recent head 45c09a8. Consider uploading reports for the commit 45c09a8 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1273      +/-   ##
===========================================
+ Coverage    40.19%   40.20%   +0.01%     
===========================================
  Files         1234     1235       +1     
  Lines       106763   106757       -6     
===========================================
+ Hits         42917    42926       +9     
+ Misses       63846    63831      -15     
Impacted Files Coverage Δ
libs/apps/src/CGridMapAlignerApp.cpp 45.96% <ø> (ø)
libs/apps/src/ICP_SLAM_App.cpp 58.54% <0.00%> (+0.49%) :arrow_up:
...yes/include/mrpt/bayes/CRejectionSamplingCapable.h 0.00% <ø> (ø)
libs/core/include/mrpt/core/safe_pointers.h 72.22% <ø> (ø)
libs/gui/include/mrpt/gui/CDisplayWindowGUI.h 0.00% <ø> (ø)
...s/hwdrivers/include/mrpt/hwdrivers/CGPSInterface.h 100.00% <ø> (ø)
.../hwdrivers/include/mrpt/hwdrivers/CGenericSensor.h 6.66% <0.00%> (-4.45%) :arrow_down:
...ibs/hwdrivers/include/mrpt/hwdrivers/CIbeoLuxETH.h 100.00% <ø> (ø)
.../hwdrivers/include/mrpt/hwdrivers/CWirelessPower.h 100.00% <ø> (ø)
libs/hwdrivers/src/CGPS_NTRIP.cpp 0.00% <0.00%> (ø)
... and 39 more

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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