JuliaRobotics / RoMEPlotting.jl

2D plotting functionality for the RoME.jl package
MIT License
2 stars 8 forks source link

Fix plotting for ICRA Tutorial 3 #199

Closed dehann closed 2 years ago

dehann commented 2 years ago

xref

codecov-commenter commented 2 years ago

Codecov Report

Merging #199 (37ab98e) into master (6f935be) will increase coverage by 0.55%. The diff coverage is 29.62%.

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   17.48%   18.04%   +0.55%     
==========================================
  Files          12       15       +3     
  Lines        1138     1103      -35     
==========================================
  Hits          199      199              
+ Misses        939      904      -35     
Impacted Files Coverage Δ
src/CurrentlyUnmaintained.jl 0.00% <0.00%> (ø)
src/Deprecated.jl 0.00% <0.00%> (ø)
src/RoMEPlotting.jl 100.00% <ø> (ø)
src/SolverVisualization.jl 0.00% <ø> (-8.55%) :arrow_down:
src/services/PlotPose.jl 60.78% <ø> (ø)
src/services/PlotTree.jl 0.00% <0.00%> (ø)
src/services/PlotBelief.jl 80.95% <80.95%> (ø)
src/RobotViz.jl 66.45% <85.71%> (+13.41%) :arrow_up:
src/services/PlotEllipseUtils.jl 91.11% <91.11%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more