rdeits / RigidBodyTreeInspector.jl

Simple visualization for the RigidBodyDynamics.jl library
Other
13 stars 6 forks source link

Strip whitespace before parsing vectors #33

Closed goretkin closed 7 years ago

goretkin commented 7 years ago

Fixes #32

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   68.32%   68.32%           
=======================================
  Files           6        6           
  Lines         281      281           
=======================================
  Hits          192      192           
  Misses         89       89
Impacted Files Coverage Δ
src/parse_urdf.jl 68.86% <100%> (ø) :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 2aa1013...ed91468. Read the comment docs.

rdeits commented 7 years ago

Thanks!